commit | a0e30b0c7a979357cd7a7022241d8bc443706a8f | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Thu Oct 22 15:55:45 2020 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Fri Oct 23 14:09:59 2020 +0100 |
tree | fa675854cee5a218e316b250e854bc416e31d68b | |
parent | 2ebae3accf49017395ba603d5f1ca42e78a7e05e [diff] [blame] |
Fix references to Hafnium functions which no longer exist. Change-Id: I149a4f51597f2e9dbf7cc290217a93d83281d17d
diff --git a/src/api.c b/src/api.c index a514bf6..1457d58 100644 --- a/src/api.c +++ b/src/api.c
@@ -111,7 +111,7 @@ break; } - /* Set the return value for the primary VM's call to HF_VCPU_RUN. */ + /* Set the return value for the primary VM's call to FFA_RUN. */ arch_regs_set_retval(&next->regs, primary_ret); /* Mark the current vCPU as waiting. */