fix(verif): invalid character breaking apro build

This commit is contained in:
Colin 2020-05-01 21:26:36 +02:00
parent 65063742d9
commit 533b4b1f5a
1 changed files with 2 additions and 2 deletions

View File

@ -4853,7 +4853,7 @@ Prg_Load
.Load move.l 16(a2),d3 .Load move.l 16(a2),d3
move.l d3,d1 move.l d3,d1
tst.w (sp) tst.w (sp)
beq.s .Sin<EFBFBD> beq.s .Sine
bmi.s .2Joor bmi.s .2Joor
; Charge si possible ; Charge si possible
cmp.l Prg_StTTexte(a6),d1 cmp.l Prg_StTTexte(a6),d1
@ -4861,7 +4861,7 @@ Prg_Load
add.l #256,d1 add.l #256,d1
bra.s .Papo bra.s .Papo
; Adapter si necessaire ; Adapter si necessaire
.Sin<EFBFBD> cmp.l Prg_StTTexte(a6),d1 .Sine cmp.l Prg_StTTexte(a6),d1
blt.s .CBon blt.s .CBon
; Adapter! ; Adapter!
.2Joor add.l #256,d1 .2Joor add.l #256,d1