mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Apply suggestions from code review
Co-authored-by: Martin Troiber <34752929+troibe@users.noreply.github.com>
This commit is contained in:
parent
c3e657f201
commit
90b4a16c9b
1 changed files with 0 additions and 1 deletions
|
@ -408,7 +408,6 @@ public:
|
|||
// reserve IO space, startup space, and local mem area
|
||||
int virtual_mem_reserve(uint64_t dev_addr, uint64_t size, int flags)
|
||||
{
|
||||
// uint64_t asize = aligned_size(size, MEM_PAGE_SIZE);
|
||||
CHECK_ERR(virtual_mem_->reserve(dev_addr, size), {
|
||||
return err;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue