Skip to content
  • alex@thinkpad's avatar
    QEMU: refactored with eos_get_mem_w · 5619c64e5e66
    alex@thinkpad authored
    Before: uint32_t x; cpu_physical_memory_read(addr, &x, 4)
    After: uint32_t x = eos_get_mem_w(s, addr);
    
    Also, minor cleanups to eos_get_current_task_* (not expected to make a difference)
    
    --HG--
    branch : qemu
    5619c64e5e66