From e8ad91a454c020f470e0378639bba4e0741c46c3 Mon Sep 17 00:00:00 2001 From: doctashay <70249609+doctashay@users.noreply.github.com> Date: Sun, 17 Jan 2021 19:37:08 -0700 Subject: [PATCH] Arch fixes (#199) * Change declaration case Arch Linux is so very picky... * Remove spdlog (?) --- game/kernel/asm_funcs.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/kernel/asm_funcs.asm b/game/kernel/asm_funcs.asm index f825047ef4..94298f747f 100644 --- a/game/kernel/asm_funcs.asm +++ b/game/kernel/asm_funcs.asm @@ -4,7 +4,7 @@ ;; GOAL Runtime assembly functions. These exist only in the x86 version of GOAL. -SECTION .TEXT +SECTION .text ;; this function pushes all 8 OpenGOAL registers into a stack array. ;; then it calls the function pointed to by rax with a pointer to this array.