changes to make PHP run better

This commit is contained in:
Mark McCaskey
2019-04-05 12:06:30 -07:00
parent 04d7cbcad3
commit 9af1206b62
3 changed files with 12 additions and 6 deletions

View File

@ -194,8 +194,8 @@ pub fn ___syscall85(_ctx: &mut Ctx, _one: i32, _two: i32) -> i32 {
}
pub fn ___syscall91(_ctx: &mut Ctx, _one: i32, _two: i32) -> i32 {
debug!("emscripten::___syscall91");
-1
debug!("emscripten::___syscall91 - stub");
0
}
pub fn ___syscall97(_ctx: &mut Ctx, _one: i32, _two: i32) -> i32 {