From 8b689c5ff077252a68c88bc7d70990405fc8dd5a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 3 Mar 2024 21:01:46 +0900 Subject: feat: implement more instructions --- src/Structure/Instructions/Instr.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Structure/Instructions/Instr.php') diff --git a/src/Structure/Instructions/Instr.php b/src/Structure/Instructions/Instr.php index f4f85cc..2014e04 100644 --- a/src/Structure/Instructions/Instr.php +++ b/src/Structure/Instructions/Instr.php @@ -974,4 +974,6 @@ abstract readonly class Instr { return new Control\Unreachable(); } + + abstract public static function opName(): string; } -- cgit v1.2.3-70-g09d2