new env exports added

___syscall140
___syscall146
___syscall54
_llvm_trap
This commit is contained in:
fro 2017-07-27 15:36:55 +03:00
parent 5180919e52
commit 8238fb37f3
1 changed files with 21 additions and 1 deletions

View File

@ -100,5 +100,25 @@ pub const SIGNATURES: &'static [UserFunctionDescriptor] = &[
"___syscall6",
&[I32; 2],
Some(I32),
)
),
Static(
"___syscall140",
&[I32; 2],
Some(I32)
),
Static(
"___syscall146",
&[I32; 2],
Some(I32)
),
Static(
"___syscall54",
&[I32; 2],
Some(I32)
),
Static(
"_llvm_trap",
&[I32; 0],
None
),
];