commit | 1b8d044740d392cb571dacfe91b9a81f4ea19c47 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Aug 06 15:47:04 2018 +0100 |
committer | Andrew Scull <ascull@google.com> | Mon Aug 06 15:49:04 2018 +0100 |
tree | df906b89bc5b5af1302ab5c40155e7693ad69d7c | |
parent | 8dce498fe98eb18dcdaef20f9db238df2cf16989 [diff] [blame] |
The entry address for a VM is an IPA. Change-Id: I9b447796789082c031c8a342a283d3050cf15ccb
diff --git a/src/cpu.c b/src/cpu.c index 6cd0a2b..d4e7900 100644 --- a/src/cpu.c +++ b/src/cpu.c
@@ -61,7 +61,7 @@ /** * Turns CPU on and returns the previous state. */ -bool cpu_on(struct cpu *c, size_t entry, size_t arg) +bool cpu_on(struct cpu *c, ipaddr_t entry, size_t arg) { bool prev;