uint8_t is not defined in vc9

This commit is contained in:
MITSUNARI Shigeo 2013-04-11 10:07:34 +09:00
parent 6f8d5054aa
commit 179ec01ab3

View File

@ -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 == "@@") {