svn path=/trunk/yasm/; revision=598
/*@-compdef@*/
static void
POT_Table_Init(void)
-/*@globals undef POT_TableN, undef POT_TableP @*/
+/*@globals undef POT_TableN, undef POT_TableP, POT_TableP_Source,
+ POT_TableN_Source @*/
{
int dec_exp = 1;
int i;
{
unsigned char t[4];
- if (floatnum_get_sized(flt, t, 4))
+ if (floatnum_get_sized(flt, t, 4)) {
+ *ret_val = 0xDEADBEEFUL; /* Obviously incorrect return value */
return 1;
+ }
LOAD_LONG(*ret_val, &t[0]);
return 0;
/*@-compdef@*/
static void
POT_Table_Init(void)
-/*@globals undef POT_TableN, undef POT_TableP @*/
+/*@globals undef POT_TableN, undef POT_TableP, POT_TableP_Source,
+ POT_TableN_Source @*/
{
int dec_exp = 1;
int i;
{
unsigned char t[4];
- if (floatnum_get_sized(flt, t, 4))
+ if (floatnum_get_sized(flt, t, 4)) {
+ *ret_val = 0xDEADBEEFUL; /* Obviously incorrect return value */
return 1;
+ }
LOAD_LONG(*ret_val, &t[0]);
return 0;