From 3f5d4ebd16f5a3ba9a256a1e4ed4125ac3c53fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Wed, 29 Mar 2023 13:23:06 +0300 Subject: [PATCH] Fix typo that broke builds --- hello.asm | 2 +- memory.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.asm b/hello.asm index 0974a6b..4791198 100644 --- a/hello.asm +++ b/hello.asm @@ -88,7 +88,7 @@ process_event: jne .not_open_file call event_open_file jmp .end - .not_opend_file: + .not_open_file: .end: pop es diff --git a/memory.asm b/memory.asm index 0ca04ff..1e17979 100644 --- a/memory.asm +++ b/memory.asm @@ -76,7 +76,7 @@ process_event: jne .not_open_file call event_open_file jmp .end - .not_opend_file: + .not_open_file: .end: pop es