X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=support%2Fregression%2Ftests%2Flibmullong.c;h=4ab6ee755533ac32402668a9f921a2ebdb3ae3e2;hb=761a78cecf4e8d3810a7557204f9e324a08eb795;hp=2445c4f39e7245dc652edc156562f9b09af8f7a0;hpb=3a8a4c8f86116fda630a3687d41683a1552c7e6c;p=fw%2Fsdcc diff --git a/support/regression/tests/libmullong.c b/support/regression/tests/libmullong.c index 2445c4f3..4ab6ee75 100644 --- a/support/regression/tests/libmullong.c +++ b/support/regression/tests/libmullong.c @@ -28,6 +28,13 @@ */ #if defined(PORT_HOST) +#define TYPE_TARGET_CHAR TYPE_BYTE +#define TYPE_TARGET_INT TYPE_WORD +#define TYPE_TARGET_LONG TYPE_DWORD +#define TYPE_TARGET_UCHAR TYPE_UBYTE +#define TYPE_TARGET_UINT TYPE_UWORD +#define TYPE_TARGET_ULONG TYPE_UDWORD + #if defined(type_c) && !defined(WORDS_BIGENDIAN) struct {