machinst x64: implement calls and int cmp/store/loads;
This makes it possible to run a simple recursive fibonacci function in wasmtime.
This commit is contained in:
@@ -1024,7 +1024,7 @@ impl<I: VCodeInst> MachBuffer<I> {
|
||||
let veneer_offset = self.cur_offset();
|
||||
trace!("making a veneer at {}", veneer_offset);
|
||||
let slice = &mut self.data[start..end];
|
||||
// Patch the original label use to refer to teh veneer.
|
||||
// Patch the original label use to refer to the veneer.
|
||||
trace!(
|
||||
"patching original at offset {} to veneer offset {}",
|
||||
offset,
|
||||
|
||||
Reference in New Issue
Block a user