From 358c44de35c10e3e9aff84ee2e726206698d302b Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 15 Oct 2016 12:11:40 +0200 Subject: [PATCH] Bytes were sometimes failing to be sign extended correctly. --- mach/proto/mcg/table | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mach/proto/mcg/table b/mach/proto/mcg/table index ad94b05b9..9a9493199 100644 --- a/mach/proto/mcg/table +++ b/mach/proto/mcg/table @@ -225,11 +225,6 @@ PATTERNS emit "! CIU41(ubyteX) -> ubyteX" cost 1; - out:(int)reg = CII14(in:(int)ubyte0) - with %out == %in - emit "! CII14(ubyte0) -> reg" - cost 4; - out:(int)reg = CII14(in:(int)ubyteX) emit "extsb %out, %in ! CII14(ubyteX) -> reg" cost 4; -- 2.34.1