mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
Add a note on incorrect code generation.
This commit is contained in:
parent
530294922a
commit
9d8c5a5c70
@ -286,7 +286,7 @@ impl ModuleCodeGenerator<X64FunctionCode, X64ExecutionContext> for X64ModuleCode
|
||||
locals: vec![],
|
||||
num_params: 0,
|
||||
current_stack_offset: 0,
|
||||
value_stack: ValueStack::new(4),
|
||||
value_stack: ValueStack::new(4), // FIXME: Use of R8 and above registers generates incorrect assembly.
|
||||
control_stack: None,
|
||||
unreachable_depth: 0,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user