[FAST486]

- Remove an unneeded inclusion to the CRT header: limits.h (and use instead NDK definitions for max/min long values).
- Remove unneeded comments...
[NTVDM]
Remove an unneeded add_dependencies(...) command.

svn path=/branches/ntvdm/; revision=60767
This commit is contained in:
Hermès Bélusca-Maïto 2013-10-27 11:42:44 +00:00
parent 62da9a9deb
commit 2c8e8ba5d3
11 changed files with 16 additions and 25 deletions

View file

@ -22,11 +22,9 @@
#ifndef _OPCODES_H_
#define _OPCODES_H_
/* DEFINES ********************************************************************/
#pragma once
#ifndef FASTCALL
#define FASTCALL __fastcall
#endif
/* DEFINES ********************************************************************/
#define FAST486_NUM_OPCODE_HANDLERS 256
#define FAST486_OPCODE_WRITE_REG (1 << 1)