commit | 8d9e12194d9e8ae86fc6dbe82ec6e7fc8fd1ef52 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Fri Apr 05 13:52:55 2019 +0100 |
committer | Andrew Scull <ascull@google.com> | Fri Apr 05 14:09:42 2019 +0100 |
tree | cf93305245e769a6c125fae20fcdd252d94a89f0 | |
parent | 1262ac2cdd4d94522d4678c5cac910191f73e066 [diff] [blame] |
Introduce intermediate build target for std. This gives a place for common functions to be defined. Change-Id: Ifac38e647ab1042a00d224a58e28a0e6807fa60c
diff --git a/src/cpu.c b/src/cpu.c index 3cc15be..b2213d1 100644 --- a/src/cpu.c +++ b/src/cpu.c
@@ -19,10 +19,10 @@ #include <stdalign.h> #include "hf/arch/cpu.h" -#include "hf/arch/std.h" #include "hf/api.h" #include "hf/dlog.h" +#include "hf/std.h" #include "hf/vm.h" #include "vmapi/hf/call.h"