Skip to content

Commit 1788db4

Browse files
committed
final touches to jmp workaround
1 parent 9babf44 commit 1788db4

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ endif
5858
all: $(TARGET).rom
5959

6060
clean:
61-
@-rm -f -v *.o *.ld *.layout *.out *.bin _jmptest $(MEMLAYOUT)
61+
@-rm -f -v *.o *.ld *.layout *.out *.bin $(MEMLAYOUT)
6262

6363
# Common flash sizes. Note that we can't use $@ in the target-specific variable
6464
# line as ROM_SIZE would be evaluated to the target at hand when reused.

bios.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ AMD_SB_PM_DATA = 0xCD7
171171
# Fixes a binutil/ld bug where the address if off by 2 on cross section jumps
172172
.macro JMP_XS addr
173173
.if JMP_WORKAROUND
174-
.print "using JMP workaround"
175174
jmp \addr + 2
176175
.else
177176
jmp \addr

0 commit comments

Comments
 (0)