X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Fbug-221100.c;h=347e1ac8d38e5feeac4a3dc1c56f110772f6596c;hb=790a8acf38d1731ed743dff7da17937d209c335c;hp=052b8aa2c8ce5adf1af3885b83109f9d9074318f;hpb=da9e9f17a450c8e36a7adc88cb55237bcf5baa63;p=fw%2Fsdcc diff --git a/support/regression/tests/bug-221100.c b/support/regression/tests/bug-221100.c index 052b8aa2..347e1ac8 100644 --- a/support/regression/tests/bug-221100.c +++ b/support/regression/tests/bug-221100.c @@ -5,6 +5,9 @@ */ #include +#ifdef __mcs51 +xdata +#endif static unsigned int testArray[130];