]> Git Repo - qemu.git/commit - arm-semi.c
arm-semi.c: Use correct check for failure of do_brk()
authorPeter Maydell <[email protected]>
Mon, 18 Apr 2011 15:34:25 +0000 (16:34 +0100)
committerRiku Voipio <[email protected]>
Tue, 21 Jun 2011 17:29:01 +0000 (20:29 +0300)
commit206ae74aea5593f5f5bad769a6b4f101f17bc6fd
tree99f5255f159963a3a3d34d5b9efb191f29ee6013
parent00faf08c951fcc351467faac5697307a86edb077
arm-semi.c: Use correct check for failure of do_brk()

In the ARM semihosting implementation of SYS_HEAPINFO, use the correct
check for whether do_brk() has failed -- it does not return -1 but the
previous value of the break limit.

Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
arm-semi.c
This page took 0.022427 seconds and 4 git commands to generate.