summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
Diffstat (limited to 'lisc')
-rw-r--r--lisc/isel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index 6937aaf..5699a96 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -240,6 +240,8 @@ sel(Ins i, ANum *an, Fn *fn)
 		break;
 	case ONop:
 		break;
+	case OStored:
+	case OStores:
 	case OStorel:
 	case OStorew:
 	case OStoreh: