Skip to content
Snippets Groups Projects
Commit 710fbcd2 authored by Emilio G. Cota's avatar Emilio G. Cota Committed by Alex Bennée
Browse files

fp-test: fix signature of slow_clear_flags and qemu_clear_flags


To match the type in testfloat.

Signed-off-by: default avatarEmilio G. Cota <cota@braap.org>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent 2cb0dac6
No related branches found
No related tags found
No related merge requests found
......@@ -789,7 +789,7 @@ static int set_init_flags(const char *flags)
return 0;
}
static uint8_t slow_clear_flags(void)
static uint_fast8_t slow_clear_flags(void)
{
uint8_t prev = slowfloat_exceptionFlags;
......@@ -797,7 +797,7 @@ static uint8_t slow_clear_flags(void)
return prev;
}
static uint8_t qemu_clear_flags(void)
static uint_fast8_t qemu_clear_flags(void)
{
uint8_t prev = qemu_flags_to_sf(qsf.float_exception_flags);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment