view gen/abi-x86-64.h @ 1084:56e56b3b9bb8

Fix 32bit version of "jle short Label;" for 'short' or 'long'.
author notroot@ubuntu.localdomain
date Tue, 10 Mar 2009 09:13:13 -0400
parents 6bb04dbee21f
children
line wrap: on
line source

#ifndef __LDC_GEN_ABI_X86_64_H__
#define __LDC_GEN_ABI_X86_64_H__

#include "gen/abi.h"


TargetABI* getX86_64TargetABI();


#endif