aboutsummaryrefslogtreecommitdiff
path: root/src/boot/be/abi.ml
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-07-25 21:27:28 -0700
committerRoy Frostig <[email protected]>2010-07-25 21:27:28 -0700
commit7ef9e82f51de73e89759910fd1b45ce5ccc363b3 (patch)
tree6a5575cb416ae20feaa18a4cf642c176eebf0389 /src/boot/be/abi.ml
parentAnother quick fix from jmuizelaar for that "some ocaml versions dont't notice... (diff)
downloadrust-7ef9e82f51de73e89759910fd1b45ce5ccc363b3.tar.xz
rust-7ef9e82f51de73e89759910fd1b45ce5ccc363b3.zip
Don't write to NULL after calling C natives returning void.
Diffstat (limited to 'src/boot/be/abi.ml')
-rw-r--r--src/boot/be/abi.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/be/abi.ml b/src/boot/be/abi.ml
index 8084c7cf..975ff032 100644
--- a/src/boot/be/abi.ml
+++ b/src/boot/be/abi.ml
@@ -149,7 +149,7 @@ type abi =
-> unit);
abi_emit_native_call_in_thunk: (Il.emitter
- -> Il.cell (* ret *)
+ -> Il.cell option (* ret *)
-> Common.nabi
-> Il.operand (* callee *)
-> Il.operand array (* args *)