Some fixes to make code compilable. Target is to make machine_xxx_xx
commit3d343a95e3cad1834388e1412c02fdef3c4608f5
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Sun, 29 Jun 2014 19:59:43 +0000 (29 21:59 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Sun, 29 Jun 2014 19:59:43 +0000 (29 21:59 +0200)
tree04a60f3439e641b2e56294e657e37fd75bd7cd6e
parent5831e23589a7e1222427f210818a8048ed61d171
Some fixes to make code compilable. Target is to make machine_xxx_xx
compilable.
14 files changed:
include/jitcs_adt_ref.h
include/jitcs_callingconvention.h [new file with mode: 0644]
include/jitcs_ids.h
include/jitcs_instruction.h
include/jitcs_instructionstream.h
include/jitcs_machine.h
include/jitcs_machine_x86_32.h
include/jitcs_machine_x86_64.h
include/jitcs_spillplacement.h [new file with mode: 0644]
include/jitcs_x86_32.h
include/jitcs_x86_64.h
include/jitcs_x86_xx_regs.lh
makefile
tests/test_callingconvention.cpp [new file with mode: 0644]