ARM: Fix test.

* lib/tests/scaffold/85-sizeof.c: Fix test.
This commit is contained in:
Danny Milosavljevic 2019-03-11 23:43:32 +01:00 committed by Jan Nieuwenhuizen
parent f3a266b960
commit 2363259435
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ struct bar
};
};
#if __i386__
#if __i386__ || __arm__
#define ptr_size 4
#define foo_size 20
#define bar_size 12