Changeset 15743 in vbox
- Timestamp:
- Dec 24, 2008 11:48:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/target-i386/op_helper.c
r15173 r15743 1028 1028 goto fail; 1029 1029 io_offset = lduw_kernel(env->tr.base + 0x66); 1030 if (io_offset < 0x68) 1031 io_offset = 0x68 + 0x20; 1030 1032 /* the virtual interrupt redirection bitmap is located below the io bitmap */ 1031 1033 intredir_offset = io_offset - 0x20;
Note:
See TracChangeset
for help on using the changeset viewer.