diff options
Diffstat (limited to 'src/passes/InstrumentMemory.cpp')
-rw-r--r-- | src/passes/InstrumentMemory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/InstrumentMemory.cpp b/src/passes/InstrumentMemory.cpp index 073c78822..1180c5183 100644 --- a/src/passes/InstrumentMemory.cpp +++ b/src/passes/InstrumentMemory.cpp @@ -54,7 +54,7 @@ // // GC struct and array operations are similarly instrumented, but without their // pointers (which are references), and we only log MVP wasm types (i.e., not -// references or rtts). +// references). // #include "asmjs/shared-constants.h" |