changeset 1926:f4fa11ecdc6f

Add some operators case handlers.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 01:28:28 +0300
parents cf0457f93b37
children 1b55bcf548de
files tools/lib64gfx.c
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Thu Jun 28 01:27:39 2018 +0300
+++ b/tools/lib64gfx.c	Thu Jun 28 01:28:28 2018 +0300
@@ -1109,6 +1109,8 @@
         {
             case DO_COPY:
             case DO_SET_MEM:
+            case DO_SET_MEM_HI:
+            case DO_SET_MEM_LO:
             case DO_SET_OP:
                 switch (op->subject)
                 {
@@ -1141,12 +1143,12 @@
                                 break;
 
                             case DO_SET_MEM:
+                            case DO_SET_MEM_HI:
+                            case DO_SET_MEM_LO:
+                            case DO_SET_OP:
                                 // This operation makes no sense in encoding, so do nothing
                                 break;
 
-                            case DO_SET_OP:
-                                // This operation makes no sense in encoding, so do nothing
-                                break;
                             default:
                                 return dmError(DMERR_INTERNAL,
                                     "Unhandled op type %d in "