aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/opal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/opal.c b/core/opal.c
index 0edbf0a..4350ae7 100644
--- a/core/opal.c
+++ b/core/opal.c
@@ -78,7 +78,6 @@ long opal_bad_token(uint64_t token)
/* Called from head.S, thus no prototype */
void opal_trace_entry(struct stack_frame *eframe);
-/* FIXME: Do this in asm */
void opal_trace_entry(struct stack_frame *eframe)
{
union trace t;