diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 11:00:04 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-06-06 11:00:04 +0000 |
commit | bd3a8454391bb04d515a48b9547e4fe929a852ba (patch) | |
tree | 598443cfa1edea75b2f38db62336cf57bee0637c /tests/cris/check_swap.c | |
parent | fa1bdde4a3db4b0bc21b7ae1a3c8af5678c31dcc (diff) |
Avoid warnings.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4679 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/cris/check_swap.c')
-rw-r--r-- | tests/cris/check_swap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cris/check_swap.c b/tests/cris/check_swap.c index c1eac88e53..743cfc54d3 100644 --- a/tests/cris/check_swap.c +++ b/tests/cris/check_swap.c @@ -72,4 +72,5 @@ int main(void) { check_swap(); pass(); + return 0; } |