VirtualBox

Changeset 96932 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 29, 2022 2:19:53 PM (2 years ago)
Author:
vboxsync
Message:

Fixed comment.

File:
1 edited

Legend:

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

    r96915 r96932  
    41354135        if (!IEM_IS_CANONICAL(uNewRip))
    41364136        {
    4137             Log(("syscall: Only available in long mode on intel -> #UD\n"));
     4137            Log(("syscall: New RIP not canonical -> #UD\n"));
    41384138            return iemRaiseUndefinedOpcode(pVCpu);
    41394139        }
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