Skip to content

Commit a973065

Browse files
Fix expectation for dwarf_loadfile
1 parent 7fc5455 commit a973065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data/dwarf_loadfile.red

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
;date April 29, 1993
66
;strategy Bombs every fourth instruction.
77
;assert CORESIZE % 4 == 0
8-
ORG $2 ; reference had $1 but I think it should be $2
8+
ORG $1
99
DAT.F #0, #0
1010
ADD.AB #4, $-1
1111
MOV.AB #0, @-2
1212
JMP.A $-2, #0
13-
END ; Should this still be included?
13+
END

0 commit comments

Comments
 (0)