summaryrefslogtreecommitdiff
path: root/src/interp/interp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/interp.h')
-rw-r--r--src/interp/interp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/interp.h b/src/interp/interp.h
index 95561225..328f3b71 100644
--- a/src/interp/interp.h
+++ b/src/interp/interp.h
@@ -1150,7 +1150,7 @@ class Thread : public Object {
RunResult DoSimdBitmask();
template <typename R, typename T>
RunResult DoSimdShift(BinopFunc<R, T>);
- template <typename S, typename T>
+ template <typename S>
RunResult DoSimdLoadSplat(Instr, Trap::Ptr* out_trap);
template <typename S>
RunResult DoSimdLoadLane(Instr, Trap::Ptr* out_trap);