ARM: Add case for ARM.

* lib/tests/scaffold/76-pointer-arithmetic.c (main): Add case for ARM.
This commit is contained in:
Danny Milosavljevic 2019-03-15 00:17:43 +01:00 committed by Jan Nieuwenhuizen
parent 807afb7d69
commit 3767477f5a
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ main ()
oputs (itoa (foo_size));
oputs ("\n");
// FIXME: add *14, *18
#if __i386__
#if __i386__ || __arm__
int foo_size_14 = 224;
int foo_size_18 = 288;
#elif __x86_64__