Arch fixes (#199)

* Change declaration case

Arch Linux is so very picky...

* Remove spdlog (?)
This commit is contained in:
doctashay
2021-01-17 19:37:08 -07:00
committed by GitHub
parent d6bbca5620
commit e8ad91a454
+1 -1
View File
@@ -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.