Mini improvements
This commit is contained in:
parent
53f19c4f6c
commit
5f0d4e4f2a
5 changed files with 20 additions and 18 deletions
|
|
@ -3032,9 +3032,9 @@ TRK_flush_cache = .text:0x800F0360; // type:function size:0x38
|
|||
TRK_fill_mem = .text:0x800F0398; // type:function size:0xBC
|
||||
__TRK_get_MSR = .text:0x800F0454; // type:function size:0x8
|
||||
__TRK_set_MSR = .text:0x800F045C; // type:function size:0x8
|
||||
TRK_ppc_memcpy = .text:0x800F0464; // type:function size:0x3C
|
||||
TRK_ppc_memcpy = .text:0x800F0464; // type:function size:0x3C scope:local
|
||||
TRKInterruptHandler = .text:0x800F04A0; // type:function size:0x194 scope:global
|
||||
TRKExceptionHandler = .text:0x800F0634; // type:function size:0x9C scope:global
|
||||
TRKExceptionHandler = .text:0x800F0634; // type:function size:0x9C scope:local
|
||||
TRKSwapAndGo = .text:0x800F06D0; // type:function size:0xC4 scope:global
|
||||
TRKInterruptHandlerEnableInterrupts = .text:0x800F0794; // type:function size:0x54 scope:global
|
||||
TRKTargetSetInputPendingPtr = .text:0x800F07E8; // type:function size:0x10 scope:global
|
||||
|
|
@ -3670,9 +3670,9 @@ aT = .rodata:0x8011E9F8; // type:object size:0x58 scope:local
|
|||
@62 = .rodata:0x8011EA50; // type:object size:0x1C scope:local data:string
|
||||
lbl_8011EA70 = .rodata:0x8011EA70; // type:object size:0x1D data:string
|
||||
gTRKMemMap = .rodata:0x8011EA90; // type:object size:0x10 data:4byte
|
||||
lbl_8011EAA0 = .rodata:0x8011EAA0; // type:object size:0x28 data:4byte
|
||||
lbl_8011EAC8 = .rodata:0x8011EAC8; // type:object size:0x28 data:4byte
|
||||
lbl_8011EAF0 = .rodata:0x8011EAF0; // type:object size:0x28 data:4byte
|
||||
lbl_8011EAA0 = .rodata:0x8011EAA0; // type:object size:0x28 scope:local data:4byte
|
||||
lbl_8011EAC8 = .rodata:0x8011EAC8; // type:object size:0x28 scope:local data:4byte
|
||||
lbl_8011EAF0 = .rodata:0x8011EAF0; // type:object size:0x28 scope:local data:4byte
|
||||
@154 = .rodata:0x8011EB18; // type:object size:0x21 scope:local data:string
|
||||
@155 = .rodata:0x8011EB3C; // type:object size:0x24 scope:local data:string
|
||||
dspMixerCycles = .rodata:0x8011EB60; // type:object size:0x40
|
||||
|
|
@ -4517,7 +4517,7 @@ jumptable_8013EA20 = .data:0x8013EA20; // type:object size:0x1C scope:local
|
|||
jumptable_8013EA3C = .data:0x8013EA3C; // type:object size:0x1C scope:local
|
||||
gTRKRestoreFlags = .data:0x8013EA58; // type:object size:0x9 scope:global data:byte
|
||||
gTRKExceptionStatus = .data:0x8013EA64; // type:object size:0x10 scope:local data:4byte
|
||||
gTRKStepStatus = .data:0x8013EA74; // type:object size:0x14 data:4byte
|
||||
gTRKStepStatus = .data:0x8013EA74; // type:object size:0x14 scope:local data:4byte
|
||||
TRK_ISR_OFFSETS = .data:0x8013EA88; // type:object size:0x3C scope:local data:4byte
|
||||
gDBCommTable = .data:0x8013EAC8; // type:object size:0x1C scope:global data:4byte
|
||||
jumptable_8013EAE8 = .data:0x8013EAE8; // type:object size:0x50 scope:local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue