Pass various build, arch and OS flags to DynASM.

This commit is contained in:
Mike Pall
2012-06-10 16:41:00 +02:00
parent d5a915ccf5
commit e496a502b0
3 changed files with 50 additions and 10 deletions

View File

@@ -16,6 +16,13 @@
|
|//-----------------------------------------------------------------------
|
|.if X64
|.define SSE, 1
|.if WIN
|.define X64WIN, 1
|.endif
|.endif
|
|// Fixed register assignments for the interpreter.
|// This is very fragile and has many dependencies. Caveat emptor.
|.define BASE, edx // Not C callee-save, refetched anyway.