Skip to content

Commit 70c34ae

Browse files
committed
powerpc .word is 16bit
1 parent cd15e52 commit 70c34ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gc/tuxedo/asm.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
.macro REFERENCE symbol
4949
.section .rodata.ref.\symbol, "a"
5050
.align 2
51-
.word \symbol
51+
.long \symbol
5252
.endm

0 commit comments

Comments
 (0)