mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Misc build fixes
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include <ion/events.h>
|
||||
#include <ion/usb.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
||||
@@ -75,7 +75,7 @@ __attribute__((naked)) unsigned int nlr_push(nlr_buf_t *nlr) {
|
||||
#if defined(__APPLE__) || defined(__MACH__)
|
||||
"b _nlr_push_tail \n" // do the rest in C
|
||||
#else
|
||||
"jmp nlr_push_tail \n" // do the rest in C
|
||||
"b nlr_push_tail \n" // do the rest in C
|
||||
#endif
|
||||
#endif
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user