Fix issue-506.rs by adding a void-returning stub in the runtime (close #2957)

This commit is contained in:
Ben Blum 2012-08-16 18:06:06 -04:00
parent f188d92dfe
commit a076c287de
3 changed files with 5 additions and 4 deletions

View file

@ -797,6 +797,8 @@ rust_dbg_call(dbg_callback cb, void *data) {
return cb(data);
}
extern "C" CDECL void rust_dbg_do_nothing() { }
extern "C" CDECL void
rust_dbg_breakpoint() {
BREAKPOINT_AWESOME;