pike.git/
src/
code/
amd64.c
Branch:
Tag:
Non-build tags
All tags
No tags
2017-07-17
2017-07-17 15:30:05 by Martin Nilsson <nilsson@fastmail.com>
d55914495ee0bfb20af6d700cecd47f17099e16b (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
unsigned INT64 -> UINT64
4570:
struct amd64_opcode { const char *name;
-
unsigned
INT64
flags;
+
UINT64
flags;
}; static struct amd64_opcode amd64_opcodes[4][256] = {