VirtualBox

Changeset 103279 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 8, 2024 1:04:35 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161571
Message:

ansible, scm fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllAImplC.cpp

    r103267 r103279  
    1013310133{
    1013410134    RTUINT128U uSrc1 = *puSrc1;
    10135  
     10135
    1013610136    if (uShift <= 15)
    1013710137    {
     
    1058910589{
    1059010590    RTUINT128U uSrc1 = *puSrc1;
    10591  
     10591
    1059210592    if (uShift <= 31)
    1059310593    {
     
    1061710617{
    1061810618    RTUINT256U uSrc1 = *puSrc1;
    10619  
     10619
    1062010620    if (uShift <= 31)
    1062110621    {
     
    1098010980{
    1098110981    RTUINT128U uSrc1 = *puSrc1;
    10982  
     10982
    1098310983    if (uShift <= 63)
    1098410984    {
     
    1100611006{
    1100711007    RTUINT256U uSrc1 = *puSrc1;
    11008  
     11008
    1100911009    if (uShift <= 63)
    1101011010    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette