Changeset 102444 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Dec 3, 2023 9:18:06 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 160587
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompilerEmit.h
r102436 r102444 958 958 if (iGprDst >= 8) 959 959 pbCodeBuf[off++] = X86_OP_REX_R; 960 pbCodeBuf[off++] = 0x0f; 960 961 pbCodeBuf[off++] = 0xb7; 961 962 return iemNativeEmitGprByBpDisp(pbCodeBuf, off, iGprDst, offDisp, pReNative); … … 982 983 if (iGprDst >= 8) 983 984 pbCodeBuf[off++] = X86_OP_REX_R; 985 pbCodeBuf[off++] = 0x0f; 984 986 pbCodeBuf[off++] = 0xb6; 985 987 return iemNativeEmitGprByBpDisp(pbCodeBuf, off, iGprDst, offDisp, pReNative);
Note:
See TracChangeset
for help on using the changeset viewer.