retool inline encoding to handle methods, fix tests
This commit is contained in:
parent
12c68bcd6d
commit
def72bda47
17 changed files with 596 additions and 404 deletions
|
@ -682,11 +682,6 @@ rust_dbg_call(dbg_callback cb, void *data) {
|
|||
return cb(data);
|
||||
}
|
||||
|
||||
extern "C" CDECL void *
|
||||
rust_frame_address() {
|
||||
return __builtin_frame_address(1);
|
||||
}
|
||||
|
||||
//
|
||||
// Local Variables:
|
||||
// mode: C++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue