Skip to content

Commit 0ac0e3e

Browse files
committed
fix broken rebase
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 9553f86 commit 0ac0e3e

File tree

1 file changed

+1
-1
lines changed
  • src/tests/rust_guests/simpleguest/src

1 file changed

+1
-1
lines changed

src/tests/rust_guests/simpleguest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ fn trigger_exception(_: &FunctionCall) -> Result<Vec<u8>> {
634634
unsafe {
635635
core::arch::asm!("ud2");
636636
} // trigger an undefined instruction exception
637-
Ok(get_flatbuffer_result_from_void())
637+
Ok(get_flatbuffer_result(()))
638638
}
639639

640640
static mut COUNTER: i32 = 0;

0 commit comments

Comments
 (0)