~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Source/TestSuite/ASM/source/Defines.h

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <stdio.h>
 
2
 
 
3
#define u32 unsigned int
 
4
#define u16 unsigned short
 
5
#define u8 unsigned char
 
6
#define s8 signed char
 
7
#define s16 signed short
 
8
#define s32 signed int