diff options
Diffstat (limited to 'gen/gen_code.cpp')
-rw-r--r-- | gen/gen_code.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gen/gen_code.cpp b/gen/gen_code.cpp index c978bd5..d8c8ebc 100644 --- a/gen/gen_code.cpp +++ b/gen/gen_code.cpp @@ -543,6 +543,7 @@ void put() { 3, "t2", 0x18}, { 0, "nta", 0x18}, { 2, "wt1", 0x0D}, + { 1, "w", 0x0D}, }; for (size_t i = 0; i < NUM_OF_ARRAY(tbl); i++) { const Tbl *p = &tbl[i]; |