diff options
| author | Alasdair Armstrong | 2017-09-07 16:54:20 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2017-09-07 16:54:20 +0100 |
| commit | 842165c1171fde332bd42e7520338c59a797f76b (patch) | |
| tree | 75b61297b6d9b6e4810542390eb1371afc2f183f /lib/ocaml_rts/spec.ml | |
| parent | 8124c487b576661dfa7a0833415d07d0978bc43e (diff) | |
Add ocaml run-time and updates to sail for ocaml backend
Diffstat (limited to 'lib/ocaml_rts/spec.ml')
| -rw-r--r-- | lib/ocaml_rts/spec.ml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ocaml_rts/spec.ml b/lib/ocaml_rts/spec.ml new file mode 100644 index 00000000..3e551774 --- /dev/null +++ b/lib/ocaml_rts/spec.ml @@ -0,0 +1,4 @@ + +let zmain () = () + +let initialize_registers () = () |
