Skip to content

Commit

Permalink
Arch fixes (#199)
Browse files Browse the repository at this point in the history
* Change declaration case

Arch Linux is so very picky...

* Remove spdlog (?)
  • Loading branch information
doctashay authored Jan 18, 2021
1 parent d6bbca5 commit e8ad91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/kernel/asm_funcs.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e8ad91a

Please sign in to comment.