backend\A64\block_of_code.cpp: Remove stray semicolon
This commit is contained in:
parent
aef2d8d317
commit
1b9d22bfee
@ -293,7 +293,7 @@ u8* BlockOfCode::GetRegion() const {
|
|||||||
|
|
||||||
std::size_t BlockOfCode::GetRegionSize() const {
|
std::size_t BlockOfCode::GetRegionSize() const {
|
||||||
return total_region_size;
|
return total_region_size;
|
||||||
};
|
}
|
||||||
|
|
||||||
void* BlockOfCode::AllocateFromCodeSpace(size_t alloc_size) {
|
void* BlockOfCode::AllocateFromCodeSpace(size_t alloc_size) {
|
||||||
ASSERT_MSG(GetSpaceLeft() >= alloc_size, "ERR_CODE_IS_TOO_BIG");
|
ASSERT_MSG(GetSpaceLeft() >= alloc_size, "ERR_CODE_IS_TOO_BIG");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user