diff options
Diffstat (limited to 'utils/qc/txt.c')
| -rw-r--r-- | utils/qc/txt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/qc/txt.c b/utils/qc/txt.c index 1c6f4d7f..d85b66e9 100644 --- a/utils/qc/txt.c +++ b/utils/qc/txt.c @@ -15,6 +15,7 @@ ginit(void) thestring = "power"; exregoffset = REGEXT; exfregoffset = FREGEXT; + newvlongcode = 1; listinit(); nstring = 0; mnstring = 0; @@ -27,6 +28,8 @@ ginit(void) lastp = P; tfield = types[TLONG]; + typeswitch = typechlv; + zprog.link = P; zprog.as = AGOK; zprog.reg = NREG; @@ -1534,6 +1537,7 @@ gopcode64(int o, Node *f1, Node *f2, Node *t) } } +int samaddr(Node *f, Node *t) { |
