- Timestamp:
- Sep 24, 2007 2:32:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r4877 r4986 2551 2551 * @param pvCopy Pointer to the ROM copy. 2552 2552 * @param fShadow Whether it's currently writable shadow ROM or normal readonly ROM. 2553 * This function will be called when ever the protection of the 2553 * This function will be called when ever the protection of the 2554 2554 * shadow ROM changes (at reset and end of POST). 2555 2555 */ … … 3426 3426 unsigned off = 0; 3427 3427 char szOutput[256]; 3428 DISCPUSTATE Cpu = {0}; 3428 DISCPUSTATE Cpu; 3429 3430 memset(&Cpu, 0, sizeof(Cpu)); 3429 3431 Cpu.mode = CPUMODE_32BIT; 3430 3432
Note:
See TracChangeset
for help on using the changeset viewer.