Skip to content

Commit b9b3084

Browse files
committed
do not worry about function relocation for AUGS and AUGD (which are not specifically function relocations)
1 parent 96f19d2 commit b9b3084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/asm/assemble_ir.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ OutputDataBlob(Flexbuf *fb, Flexbuf *databuf, Flexbuf *relocbuf, const char *sta
527527
break;
528528
case RELOC_KIND_AUGD:
529529
case RELOC_KIND_AUGS:
530+
indexedFunc = false;
530531
if (bytesPending < 8) {
531532
ERROR(NULL, "Internal error, not enough space for reloc");
532533
return;

0 commit comments

Comments
 (0)