diff --git a/src/compiler.h b/src/compiler.h index b2a702596d..8d78720e25 100644 --- a/src/compiler.h +++ b/src/compiler.h @@ -21,7 +21,7 @@ class Compiler { public: class Client { public: - virtual intptr_t getThunk(UnaryOperation op, unsigned size, unsigned resultSize) = 0; + virtual intptr_t getThunk(UnaryOperation op, unsigned size) = 0; virtual intptr_t getThunk(BinaryOperation op, unsigned size, unsigned resultSize) = 0; virtual intptr_t getThunk(TernaryOperation op, unsigned size, unsigned resultSize) = 0; };