notaz.gp2x.de
/
ia32rtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27ebfae
)
translate: suppress a warning
author
notaz
<notasas@gmail.com>
Tue, 25 Feb 2014 23:22:08 +0000
(
01:22
+0200)
committer
notaz
<notasas@gmail.com>
Tue, 25 Feb 2014 23:22:08 +0000
(
01:22
+0200)
tools/translate.c
patch
|
blob
|
blame
|
history
diff --git
a/tools/translate.c
b/tools/translate.c
index
3d3014c
..
ecd972f
100644
(file)
--- a/
tools/translate.c
+++ b/
tools/translate.c
@@
-474,6
+474,8
@@
static int guess_lmod_from_c_type(enum opr_lenmod *lmod,
"uint8_t", "int8_t", "char",
"unsigned __int8", "__int8", "BYTE", "_BYTE",
"CHAR", "_UNKNOWN",
+ // structures.. deal the same as with _UNKNOWN for now
+ "CRITICAL_SECTION",
};
const char *n;
int i;