1
0
mirror of https://github.com/prirun/p50em.git synced 2026-02-10 09:40:01 +00:00

bs: more changes, functions for symbolic register access, incl DMX

This commit is contained in:
Jim
2011-10-20 17:23:15 -04:00
parent e43a2167f0
commit 53893d85ae
5 changed files with 202 additions and 194 deletions

View File

@@ -25,7 +25,7 @@ trace: # tracing + gdb
tracei: # tracing + gdb (Intel)
cc -arch i386 -DREV=\"${REV}\" -DNOREGS -g -O0 -DNOFAST -c em.c -fobey-inline -mdynamic-no-pic -I../dongle/mx/Universal/api;g++ -arch i386 -o em em.o ../dongle/mx/Universal/api/libmxmac260.a -framework IOKit -framework CoreFoundation
cc -arch i386 -DREV=\"${REV}\" -DNOREGS -g -O0 -DFAST -c em.c -fobey-inline -mdynamic-no-pic -I../dongle/mx/Universal/api;g++ -arch i386 -o em em.o ../dongle/mx/Universal/api/libmxmac260.a -framework IOKit -framework CoreFoundation
vfy: # prod + tracing to verify em changes