Index: src/typing-asm.h |
diff --git a/src/typing-asm.h b/src/typing-asm.h |
index b7f53831e6222d96d6552351d55fa7bd7e235db7..c6622f0d11c532dfab801432ec2dbf0d3674f8d1 100644 |
--- a/src/typing-asm.h |
+++ b/src/typing-asm.h |
@@ -22,7 +22,7 @@ class AsmTyper : public AstVisitor { |
explicit AsmTyper(Isolate* isolate, Zone* zone, Script* script, |
FunctionLiteral* root); |
bool Validate(); |
- void set_allow_simd(bool simd); |
+ void set_allow_simd(bool simd) { allow_simd_ = simd; } |
const char* error_message() { return error_message_; } |
enum StandardMember { |