diff options
Diffstat (limited to 'src/WebAssembly/Execution/Store.php')
| -rw-r--r-- | src/WebAssembly/Execution/Store.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Execution/Store.php b/src/WebAssembly/Execution/Store.php index 18f8626..b9d1b1a 100644 --- a/src/WebAssembly/Execution/Store.php +++ b/src/WebAssembly/Execution/Store.php @@ -68,7 +68,7 @@ final class Store $this->globals[] = $extern->global; return ExternVal::Global_(count($this->globals) - 1); default: - throw new RuntimeException("unreachable"); + throw new RuntimeException('unreachable'); } } } |
