comparison gen/d-asm-i386.h @ 751:dc8b8b7ea0c1

Fix compile-time warnings. Adjust include in d-asm-i386.
author Christian Kamm <kamm incasoftware de>
date Mon, 03 Nov 2008 12:35:29 +0100
parents 45a67b6f1310
children
comparison
equal deleted inserted replaced
750:d05fc504a3a0 751:dc8b8b7ea0c1
1 // Taken from GDC source tree. Original by David Friedman. 1 // Taken from GDC source tree. Original by David Friedman.
2 // Released under the Artistic License found in dmd/artistic.txt 2 // Released under the Artistic License found in dmd/artistic.txt
3 3
4 #include "dmd/id.h" 4 #include "id.h"
5 5
6 typedef enum { 6 typedef enum {
7 Reg_Invalid = -1, 7 Reg_Invalid = -1,
8 Reg_EAX = 0, 8 Reg_EAX = 0,
9 Reg_EBX, 9 Reg_EBX,