Changeset 8005
- Timestamp:
- Jan 5, 2008, 11:56:15 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/X86/x86-disassemble.lisp
r7937 r8005 2232 2232 (let* ((stop t)) 2233 2233 (cond ((and (>= intop #x70) (< intop #x80)) 2234 (setq stop nil)2234 ;(setq stop nil) 2235 2235 (let* ((pseudo-modrm-byte (x86-ds-next-u8 ds))) 2236 2236 (setf (x86-di-mnemonic instruction)
Note:
See TracChangeset
for help on using the changeset viewer.
