Skip to content

Commit ed94bfe

Browse files
Tropix126max-niederman
authored andcommitted
fix: use correct code signature default values
1 parent f827992 commit ed94bfe

File tree

1 file changed

+2
-2
lines changed
  • library/std/src/sys/pal/vexos

1 file changed

+2
-2
lines changed

library/std/src/sys/pal/vexos/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ pub unsafe extern "C" fn _start() -> ! {
5555
#[used]
5656
static CODE_SIGNATURE: vex_sdk::vcodesig = vex_sdk::vcodesig {
5757
magic: u32::from_le_bytes(*b"XVX5"),
58-
r#type: 2,
59-
owner: 0,
58+
r#type: 0,
59+
owner: 2,
6060
options: 0,
6161
};
6262

0 commit comments

Comments
 (0)