This commit is contained in:
julianb0 2019-09-09 14:27:15 +02:00
parent 227150be08
commit 495e0380db
No known key found for this signature in database
GPG Key ID: 9C7ACF0C053FB8A1
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
trap 0
; we good?
blte 0, eax, .do_exec
blte zero, eax, .do_exec
nul b[esi] ; erase ".com"
jmp .exec_not_found

View File

@ -50,8 +50,8 @@ ob/instrs.lst: in/arch_i.py
@cd in && python3 arch_i.py
clean:
@rm -f $(OBJDIR)/*/*.o ob/arch_i.h ob/instrs.lst
@rm -f $(OBJDIR)/*/*.d
@rm -f ob/*/*.o ob/arch_i.h ob/instrs.lst
@rm -f ob/*/*.d ob/*.k
$(KEXE): ob/instrs.lst $(obj)
@gcc -O2 -lSDL2 -lSDL2_ttf -Wall $(obj) -o $(KEXE)

View File

@ -1395,7 +1395,7 @@ main:
trap 0
; we good?
blte 0, eax, .do_exec
blte zero, eax, .do_exec
nul b[esi] ; erase ".com"
jmp .exec_not_found