Author: dgilmore
Date: 2012-08-20 16:02:28 -0400 (Mon, 20 Aug 2012)
New Revision: 4013
Modified:
trunk/osprey/common/com/x8664/targ_const.cxx
Log:
Fixed bug in Targ_Print for X8664 when printing C10 constants.
Modified: trunk/osprey/common/com/x8664/targ_const.cxx
===================================================================
--- trunk/osprey/common/com/x8664/targ_const.cxx 2012-08-20 19:59:10 UTC
(rev 4012)
+++ trunk/osprey/common/com/x8664/targ_const.cxx 2012-08-20 20:02:28 UTC
(rev 4013)
@@ -3615,7 +3615,7 @@
case MTYPE_C10:
if (fmt == NULL)
- fmt = "%#21.20, %#21.20";
+ fmt = "%#21.20Lg, %#21.20Lg";
sprintf(r, fmt, TCON_R10(c), TCON_IR10(c));
#if !(defined(FRONT_END_C) || defined(FRONT_END_CPLUSPLUS))
if (re = strchr(r, 'e'))
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Open64-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/open64-devel