Fix compile warning

This commit is contained in:
Cary R 2026-07-12 10:03:20 -07:00
parent d376375020
commit e5482b89b1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/