This a follow up commit from r224216 for powerpc 32-bit. Increase
the storage size for sintrcnt/sintrnames to .long. Reviewed by: nwhitehorn Approved by: re (kib)
This commit is contained in:
parent
7a0b13ed28
commit
42f2270475
@ -91,13 +91,13 @@ GLOBAL(esym)
|
||||
GLOBAL(intrnames)
|
||||
.space INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
|
||||
GLOBAL(sintrnames)
|
||||
.word INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
|
||||
.long INTRCNT_COUNT * (MAXCOMLEN + 1) * 2
|
||||
|
||||
.align 4
|
||||
GLOBAL(intrcnt)
|
||||
.space INTRCNT_COUNT * 4 * 2
|
||||
GLOBAL(sintrcnt)
|
||||
.word INTRCNT_COUNT * 4 * 2
|
||||
.long INTRCNT_COUNT * 4 * 2
|
||||
|
||||
.text
|
||||
.globl btext
|
||||
|
Loading…
Reference in New Issue
Block a user