Skip to content

Commit

Permalink
ip slot exists for <vm> class, not <hardware>.
Browse files Browse the repository at this point in the history
  • Loading branch information
eternal-turtles committed Jul 27, 2016
1 parent 5d2c3e4 commit 2381568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corona.lisp
Expand Up @@ -25,5 +25,5 @@
:system (corona.sys:find-system ,@system)
:hardware (make-instance 'corona.vm:<hardware>
:memory ,memory
:cpu-count ,cpu-count
:ip ,ip))))
:cpu-count ,cpu-count)
:ip ,ip)))

0 comments on commit 2381568

Please sign in to comment.