Changeset 8168 in vbox
- Timestamp:
- Apr 18, 2008 4:58:27 PM (16 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
VBox/Disassembler/DisasmReg.cpp (modified) (3 diffs)
-
recompiler/InnoTek/config-host.h (modified) (1 diff)
-
recompiler/InnoTek/config.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmReg.cpp
r8156 r8168 705 705 } 706 706 } 707 else 707 else 708 708 if (pParam->flags & USE_REG_GEN16) 709 709 { … … 716 716 } 717 717 } 718 else 718 else 719 719 if (pParam->flags & USE_REG_GEN32) 720 720 { … … 727 727 } 728 728 } 729 else 729 else 730 730 if (pParam->flags & USE_REG_GEN64) 731 731 { -
trunk/src/recompiler/InnoTek/config-host.h
r8155 r8168 1 1 /* $Id$ */ 2 2 /** @file 3 * Innotek Host Config - Maintained by hand3 * Sun host config - maintained by hand 4 4 */ 5 5 -
trunk/src/recompiler/InnoTek/config.h
r8155 r8168 1 1 /* $Id$ */ 2 2 /** @file 3 * Innotek Config - Maintained by hand3 * Sun config - Maintained by hand 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.

