aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Instructions/Instrs/Numeric/I64LtS.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Structure/Instructions/Instrs/Numeric/I64LtS.php')
-rw-r--r--src/Structure/Instructions/Instrs/Numeric/I64LtS.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Structure/Instructions/Instrs/Numeric/I64LtS.php b/src/Structure/Instructions/Instrs/Numeric/I64LtS.php
new file mode 100644
index 0000000..662f082
--- /dev/null
+++ b/src/Structure/Instructions/Instrs/Numeric/I64LtS.php
@@ -0,0 +1,11 @@
+<?php
+
+declare(strict_types=1);
+
+namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Numeric;
+
+use Nsfisis\Waddiwasi\Structure\Instructions\Instr;
+
+final readonly class I64LtS extends Instr
+{
+}