ecos: bugfix: cyg_test_output may be called before FI

This is a pretty old bug that unfortunately affects both DSN 2013 and
SOBRES 2013 results.

Change-Id: I64a2790a4d55515a23a34d108be99646d5dd345d
This commit is contained in:
Horst Schirmeier
2013-06-27 17:22:29 +02:00
parent 66ecedd864
commit 01e7f8c8a1
2 changed files with 51 additions and 39 deletions

View File

@ -31,4 +31,6 @@ public:
fail::guest_address_t& text_end,
fail::guest_address_t& data_start,
fail::guest_address_t& data_end);
void handle_func_test_output(bool &test_failed, bool& test_passed);
};