Trying to find some way to share constants

This commit is contained in:
Toby Jaffey 2025-12-08 09:55:47 +00:00
parent f6cd790fcb
commit 2ccd3ac7f4
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,7 @@ use core::panic::PanicInfo;
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
// startup code
global_asm!(include_str!("../../crt0.S"));
global_asm!(include_str!("../../crt0.S")/*, IOREQ_HALT = const IOREQ_HALT*/);
fn syscall(id: u32, n: u32) -> u32 {
let mut value;