Skip to content

Commit

Permalink
Change exceptasm symbols to not be global
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Jan 15, 2024
1 parent fb5328d commit e19e274
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions ver/ique/asm/os/exceptasm.s
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.section .rodata

glabel __osIntOffTable
__osIntOffTable:
/* 73CB0 800988B0 */ .byte 0x00
/* 73CB1 800988B1 */ .byte 0x14
/* 73CB2 800988B2 */ .byte 0x18
Expand Down Expand Up @@ -42,7 +42,7 @@ glabel __osIntOffTable
/* 73CCF 800988CF */ .byte 0x10
.size __osIntOffTable, . - __osIntOffTable

glabel __osIntTable
__osIntTable:
/* 73CD0 800988D0 80066894 */ .word .LIQUE_80066894
/* 73CD4 800988D4 80066858 */ .word .LIQUE_80066858
/* 73CD8 800988D8 80066834 */ .word .LIQUE_80066834
Expand All @@ -59,7 +59,7 @@ glabel __osIntTable

.section .data

glabel __osHwIntTable
__osHwIntTable:
/* 6F8F0 800944F0 */ .word 0x00000000
/* 6F8F4 800944F4 */ .word 0x00000000
/* 6F8F8 800944F8 */ .word 0x00000000
Expand All @@ -72,7 +72,7 @@ glabel __osHwIntTable
/* 6F914 80094514 */ .word 0x00000000
.size __osHwIntTable, . - __osHwIntTable

glabel __osPiIntTable
__osPiIntTable:
/* 6F918 80094518 */ .word 0x00000000
/* 6F91C 8009451C */ .word 0x00000000
.size __osPiIntTable, . - __osPiIntTable
Expand Down
8 changes: 4 additions & 4 deletions ver/jp/asm/os/exceptasm.s
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.section .rodata

glabel __osIntOffTable
__osIntOffTable:
/* 75160 80099D60 */ .byte 0x00
/* 75161 80099D61 */ .byte 0x14
/* 75162 80099D62 */ .byte 0x18
Expand Down Expand Up @@ -42,7 +42,7 @@ glabel __osIntOffTable
/* 7517F 80099D7F */ .byte 0x10

.align 3
glabel __osIntTable
__osIntTable:
/* 75180 80099D80 8006AEE0 */ .word .LJP_8006AEE0
/* 75184 80099D84 8006AEA4 */ .word .LJP_8006AEA4
/* 75188 80099D88 8006AE80 */ .word .LJP_8006AE80
Expand All @@ -59,7 +59,7 @@ glabel __osIntTable

.section .data

glabel __osHwIntTable
__osHwIntTable:
.word 0x00000000
.word 0x00000000
.word 0x00000000
Expand All @@ -72,7 +72,7 @@ glabel __osHwIntTable
.word 0x00000000
.size __osHwIntTable, . - __osHwIntTable

glabel __osPiIntTable
__osPiIntTable:
.word 0x00000000
.word 0x00000000
.size __osPiIntTable, . - __osPiIntTable
Expand Down
8 changes: 4 additions & 4 deletions ver/us/asm/os/exceptasm.s
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

.section .rodata

glabel __osIntOffTable
__osIntOffTable:
.byte 0x00
.byte 0x14
.byte 0x18
Expand Down Expand Up @@ -42,7 +42,7 @@ glabel __osIntOffTable
.byte 0x10
.size __osIntOffTable, . - __osIntOffTable

glabel __osIntTable
__osIntTable:
.word .L8006AF00_46300
.word .L8006AEC4_462C4
.word .L8006AEA0_462A0
Expand All @@ -59,7 +59,7 @@ glabel __osIntTable

.section .data

glabel __osHwIntTable
__osHwIntTable:
.word 0x00000000
.word 0x00000000
.word 0x00000000
Expand All @@ -72,7 +72,7 @@ glabel __osHwIntTable
.word 0x00000000
.size __osHwIntTable, . - __osHwIntTable

glabel __osPiIntTable
__osPiIntTable:
.word 0x00000000
.word 0x00000000
.size __osPiIntTable, . - __osPiIntTable
Expand Down

0 comments on commit e19e274

Please sign in to comment.