Changeset 8161
- Timestamp:
- Jan 16, 2008, 6:32:06 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/x86-disassemble.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/x86-disassemble.lisp
r7246 r8161 331 331 332 332 (defun op-indire (ds bytemode sizeflag) 333 (when (zerop (x86-ds-prefixes ds)) 333 (when (and (x86-ds-mode-64 ds) 334 (zerop (x86-ds-prefixes ds))) 334 335 (setf (x86-ds-rex ds) (logior #x48 (x86-ds-rex ds)))) 335 336 (op-e ds bytemode sizeflag))
Note:
See TracChangeset
for help on using the changeset viewer.
