diff options
Diffstat (limited to 'src/tools/fuzzing.h')
-rw-r--r-- | src/tools/fuzzing.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tools/fuzzing.h b/src/tools/fuzzing.h index 837713dce..76c0e13c8 100644 --- a/src/tools/fuzzing.h +++ b/src/tools/fuzzing.h @@ -345,6 +345,11 @@ private: Expression* makeRefEq(Type type); Expression* makeRefTest(Type type); Expression* makeRefCast(Type type); + + // Decide to emit a signed Struct/ArrayGet sometimes, when the field is + // packed. + bool maybeSignedGet(const Field& field); + Expression* makeStructGet(Type type); Expression* makeStructSet(Type type); Expression* makeArrayGet(Type type); |