Oops. Not sure how that got reverted.

This commit is contained in:
gibbed 2015-06-01 20:05:54 -05:00
parent 2a2fe509e6
commit 225bb74316
1 changed files with 2 additions and 2 deletions

View File

@ -746,7 +746,7 @@ public:
if (result) {
input_++;
}
return result;
return xe::byte_swap(result);
}
uint16_t peek(int32_t offset) {
@ -787,7 +787,7 @@ public:
if (result) {
input_++;
}
return result;
return xe::byte_swap(result);
}
uint16_t peek(int32_t offset) {