mirror of
https://github.com/RPCSX/xbyak.git
synced 2025-01-10 04:50:18 +00:00
uint8_t is not defined in vc9
This commit is contained in:
parent
6f8d5054aa
commit
179ec01ab3
@ -853,7 +853,7 @@ public:
|
||||
localCount_ = stack_[--stackPos_ - 1];
|
||||
}
|
||||
void set(CodeArray *base) { base_ = base; }
|
||||
void define(const char *label, size_t addrOffset, const uint8_t *addr)
|
||||
void define(const char *label, size_t addrOffset, const uint8 *addr)
|
||||
{
|
||||
std::string newLabel(label);
|
||||
if (newLabel == "@@") {
|
||||
|
Loading…
Reference in New Issue
Block a user