mirror of
https://github.com/golang/go
synced 2024-11-16 23:54:44 -07:00
runtime: fix typo in libfuzzer_arm64.s
statment -> statement
Change-Id: Ia93a466fdc20157a7d6048903e359fe8717ecb8f
GitHub-Last-Rev: 0a9bc5cab0
GitHub-Pull-Request: golang/go#53231
Reviewed-on: https://go-review.googlesource.com/c/go/+/410374
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
parent
a32a592c8c
commit
2730c6af9f
@ -22,7 +22,7 @@
|
||||
// Calls C function fn from libFuzzer and passes 2 arguments to it after
|
||||
// manipulating the return address so that libfuzzer's integer compare hooks
|
||||
// work.
|
||||
// The problem statment and solution are documented in detail in libfuzzer_amd64.s.
|
||||
// The problem statement and solution are documented in detail in libfuzzer_amd64.s.
|
||||
// See commentary there.
|
||||
TEXT runtime·libfuzzerCallTraceIntCmp(SB), NOSPLIT, $8-32
|
||||
MOVD fn+0(FP), R9
|
||||
|
Loading…
Reference in New Issue
Block a user