diff options
Diffstat (limited to 'src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64PromoteF32.php')
| -rw-r--r-- | src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64PromoteF32.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64PromoteF32.php b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64PromoteF32.php index 8692806..e32a2ba 100644 --- a/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64PromoteF32.php +++ b/src/WebAssembly/Structure/Instructions/Instrs/Numeric/F64PromoteF32.php @@ -10,6 +10,6 @@ final readonly class F64PromoteF32 extends Instr { public static function opName(): string { - return "f64.promote_f32"; + return 'f64.promote_f32'; } } |
