From e5482b89b1ec36237e0c70bdb8e0c8f8acd87153 Mon Sep 17 00:00:00 2001 From: Cary R Date: Sun, 12 Jul 2026 10:03:20 -0700 Subject: [PATCH] Fix compile warning --- vvp/compile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vvp/compile.cc b/vvp/compile.cc index 4160c0868..844367a7a 100644 --- a/vvp/compile.cc +++ b/vvp/compile.cc @@ -52,7 +52,7 @@ unsigned compile_errors = 0; * by mnemonic string: compile_code() uses bsearch() on this array. * If the order is wrong, lookup fails and the assembler reports * "Invalid opcode" for otherwise valid instructions (e.g. class - * property queue ops must sort among all %delete/*, %qpop/*, %store/* + * property queue ops must sort among all %delete*, %qpop*, %store* * names, not grouped by feature). * The opcode_compare function is a helper for that lookup. */