[hackers] [scc] [cc2] Make OTMP equal to STMP || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Wed, 20 Apr 2016 22:57:25 +0200 (CEST)

commit 3c2f03ea118cacf8da600c395071a4b0113504b1
Author: Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
AuthorDate: Wed Apr 20 03:36:33 2016 +0200
Commit: Roberto E. Vargas Caballero <Roberto E. Vargas Caballero>
CommitDate: Wed Apr 20 03:36:33 2016 +0200

    [cc2] Make OTMP equal to STMP
    
    At this moment we still have correlation between S and O values
    in addr(). This correlation must go out, but we have to fix other
    problems first, so the easy solution is to set OTMP with the same
    value than STMP.

diff --git a/cc2/cc2.h b/cc2/cc2.h
index c4e5dee..496a64f 100644
--- a/cc2/cc2.h
+++ b/cc2/cc2.h
_AT_@ -51,7 +51,7 @@ enum op {
         /* kind of operand */
         /* operands */
         OMEM = 'M',
- OTMP = 'T',
+ OTMP = 'N',
         OAUTO = 'A',
         OREG = 'R',
         OCONST = '#',
Received on Wed Apr 20 2016 - 22:57:25 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 20 2016 - 23:00:19 CEST