diff options
| author | Marijn Haverbeke <[email protected]> | 2011-04-19 18:12:49 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <[email protected]> | 2011-04-19 18:12:49 +0200 |
| commit | 9287641c863df40561e0cca188fee1842cbe13e2 (patch) | |
| tree | cf1df53adc13315299be5af1b8b3311f5065d1f8 /src | |
| parent | Overhaul logging system in runtime (diff) | |
| download | rust-9287641c863df40561e0cca188fee1842cbe13e2.tar.xz rust-9287641c863df40561e0cca188fee1842cbe13e2.zip | |
add rustboot-specific log upcalls to .def file
Diffstat (limited to 'src')
| -rw-r--r-- | src/rt/rustrt.def.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index cf10a402..9ea6bee4 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -46,7 +46,9 @@ upcall_kill upcall_log_double upcall_log_float upcall_log_int +upcall_log_int_rustboot upcall_log_str +upcall_log_str_rustboot upcall_malloc upcall_mark upcall_new_chan |