Skip to content

Commit 2acda16

Browse files
committed
fix(eabi): Add i5 bridge to sceKernelStartModule (fixes #204)
1 parent 34f233c commit 2acda16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psp/src/sys/kernel/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ psp_extern! {
840840
option: *mut SceKernelLMOption,
841841
) -> SceUid;
842842

843-
#[psp(0x50F0C1EC)]
843+
#[psp(0x50F0C1EC, i5)]
844844
/// Start a loaded module.
845845
///
846846
/// # Parameters

0 commit comments

Comments
 (0)