From e3d058183ae35af041e0019787e07405e45710aa Mon Sep 17 00:00:00 2001 From: 24spoorthi <1ms19is118@msrit.edu> Date: Sun, 2 Jan 2022 20:50:29 +0530 Subject: [PATCH] commented include line to avoid redefine error --- 05-bootsector-functions-strings/boot_sect_main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-bootsector-functions-strings/boot_sect_main.asm b/05-bootsector-functions-strings/boot_sect_main.asm index 4c49ad9..811a98e 100644 --- a/05-bootsector-functions-strings/boot_sect_main.asm +++ b/05-bootsector-functions-strings/boot_sect_main.asm @@ -18,7 +18,7 @@ call print_hex jmp $ ; remember to include subroutines below the hang -%include "boot_sect_print.asm" + %include "boot_sect_print_hex.asm"