]> Shamusworld >> Repos - rmac/blobdiff - procln.c
Lots of fixes for floating point handling; version now at 1.11.0.
[rmac] / procln.c
index 2a8c0fdc093eddbdc6bc359f9855413f9bc573bb..8dd19c6371cb93192cbde7953b91786662e188e9 100644 (file)
--- a/procln.c
+++ b/procln.c
@@ -575,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);