Add a note on incorrect code generation.

This commit is contained in:
losfair 2019-02-25 23:57:12 +08:00
parent 530294922a
commit 9d8c5a5c70

View File

@ -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,
};