feat(rmm): modify rsi_log_on_exit()
Parameter 'exit_to_rec' of 'rsi_log_on_exit()'
function removed, and all return values are now
get printed regardless of RSI command returning
to Host or back to the REC.
Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
Change-Id: Icc21bd79ee716bbc9be50c34321653ef686d98ce
diff --git a/runtime/tests/rsi_logger_tests.cpp b/runtime/tests/rsi_logger_tests.cpp
index 791fc68..ea549c1 100644
--- a/runtime/tests/rsi_logger_tests.cpp
+++ b/runtime/tests/rsi_logger_tests.cpp
@@ -70,7 +70,7 @@
regs[i] = rand();
}
- rsi_log_on_exit(id, args, regs, true);
+ rsi_log_on_exit(id, args, regs);
}
TEST(rsi_logger_tests, RSI_LOGGER_TC1)