rsms / sol

A sunny little virtual machine
http://rsms.me/2012/10/14/sol-a-sunny-little-virtual-machine.html
521 stars 39 forks source link

build failure on os x #2

Closed renlijie closed 11 years ago

renlijie commented 11 years ago

In file included from sched.c:88: sched_exec.h:229:7: warning: implicit declaration of function 'SVMDLogInstrRVal' is invalid in C99 [-Wimplicit-function-declaration] SVMDLogInstrRVal(A, pc); ^ sched_exec.h:229:24: error: use of undeclared identifier 'A' SVMDLogInstrRVal(A, pc); ^ sched_exec.h:230:24: error: use of undeclared identifier 'B' SVMDLogInstrRVal(B, pc); ^ sched_exec.h:231:24: error: use of undeclared identifier 'C' SVMDLogInstrRVal(C, pc); ^ 1 warning and 3 errors generated.