Merge branch 'post-05' into post-06

This commit is contained in:
Philipp Oppermann
2025-03-27 15:13:48 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ pub fn exit_qemu(exit_code: QemuExitCode) {
/// Entry point for `cargo xtest`
#[cfg(test)]
#[no_mangle]
#[unsafe(no_mangle)]
pub extern "C" fn _start() -> ! {
init();
test_main();