X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Fsnprintf.c;h=c06d32546d9b684a57cc0df7acf9b73daa0e438e;hb=a8a7fc8a514bc79114c6d76d6a6aeb885387478c;hp=6ed6972d2d55f01e26dad02258b3a9cd34e854bf;hpb=8bbdc3652fd3221d38c6cbbda3a77542cc09f27e;p=fw%2Fsdcc diff --git a/support/regression/tests/snprintf.c b/support/regression/tests/snprintf.c index 6ed6972d..c06d3254 100644 --- a/support/regression/tests/snprintf.c +++ b/support/regression/tests/snprintf.c @@ -98,7 +98,7 @@ } static const cases[]={ // arg, fmt, result // ... there should be more ... - #if defined(SDCC) && !defined(SDCC_ds390) + #if defined(SDCC) && !defined(SDCC_ds390) && !(defined(SDCC_mcs51) && defined(SDCC_USE_XSTACK)) {1.0, "%f", ""}, #else {1.0, "%f", "1.000000"},