ARM "Angel" semihosting syscalls (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1383 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-04-23 18:25:41 +00:00
parent 89344d5ad7
commit a4f81979e8
6 changed files with 213 additions and 2 deletions

View file

@ -264,7 +264,7 @@ void target_set_brk(char *new_brk)
target_original_brk = new_brk;
}
static long do_brk(char *new_brk)
long do_brk(char *new_brk)
{
char *brk_page;
long mapped_addr;