ARM: Fix test.

* lib/tests/scaffold/7k-for-each-elem.c: Fix test.
This commit is contained in:
Danny Milosavljevic 2019-03-13 18:01:12 +01:00 committed by Jan Nieuwenhuizen
parent 53620890f4
commit 1f6ff076b2
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ struct section section;
int
main ()
{
#if __i386__
#if __i386__ || __arm__
int sym_size = 8;
#elif __GNUC__ && __x86_64__
int sym_size = 16;