view lphobos/llvmsupport.d @ 390:e04389bafb3e

Fix inline asm FS:4 by writing the displacement directly into the asm instead of using %fs:$0 with an input constraint.
author Christian Kamm <kamm incasoftware de>
date Sat, 26 Jul 2008 13:38:25 +0200
parents 0ccfae271c45
children
line wrap: on
line source

module llvmsupport;

import
llvm.intrinsic,
llvm.va_list;