diff options
Diffstat (limited to 'src/passes/Directize.cpp')
-rw-r--r-- | src/passes/Directize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/Directize.cpp b/src/passes/Directize.cpp index 78294d59d..66b42d386 100644 --- a/src/passes/Directize.cpp +++ b/src/passes/Directize.cpp @@ -130,7 +130,7 @@ private: return CallUtils::Unknown{}; } - Index index = c->value.geti32(); + Index index = c->value.getInteger(); // Check if index is invalid, or the type is wrong. auto& flatTable = *table.flatTable; |