]> Shamusworld >> Repos - rmac/blobdiff - procln.c
Version bump for last eight commits; cleanup of Alcyon image writing.
[rmac] / procln.c
index 37066c43471afba2efab76e2a5794aa92d7837a5..8dd19c6371cb93192cbde7953b91786662e188e9 100644 (file)
--- a/procln.c
+++ b/procln.c
@@ -281,7 +281,6 @@ as68label:
        case DOTX: siz = SIZX, tok++; break;
        }
 
-
        // Do special directives (500..999) (These must be handled in "real time")
        if (state >= 500 && state < 1000)
        {
@@ -576,7 +575,7 @@ When checking to see if it's already been equated, issue a warning.
                }
 
                sy->sattr |= eattr | EQUATED;   // Symbol inherits value and attributes
-               sy->svalue = (uint32_t)eval;
+               sy->svalue = eval;
 
                if (list_flag)                                  // Put value in listing
                        listvalue((uint32_t)eval);