Skip to content

Commit

Permalink
LLVM GC must not scan the shadow stack #405
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed May 12, 2020
1 parent 8b464d7 commit bca3dcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@ private void write(final StringValue e) {
}

private void write(final SystemHasStackExpression e) {
target.print("add i32 0, 1");
target.print("add i32 0, 0");
}

private void write(final HeapBaseExpression e) {
Expand Down

0 comments on commit bca3dcc

Please sign in to comment.