mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-24 21:01:49 +01:00
Merge wilsonk's x86-64 inline assembly.
This commit is contained in:
@@ -4,7 +4,7 @@ extern(C) int printf(char*, ...);
|
||||
|
||||
void main()
|
||||
{
|
||||
version(D_InlineAsm_X86)
|
||||
version(LLVM_InlineAsm_X86)
|
||||
{
|
||||
int x;
|
||||
asm
|
||||
|
||||
Reference in New Issue
Block a user