commit | 7be6e5b917326251d7f3d70894ea62e61c367a95 | [log] [tgz] |
---|---|---|
author | Jason Jin <Jason.jin@freescale.com> | Wed Oct 15 10:40:24 2008 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Fri Oct 17 01:14:37 2008 +0200 |
tree | 1d8ca036b43d4396ba94661fc683dd419d202d64 | |
parent | 644732da354c52338092b1c25ef2bf339a4357ba [diff] |
Fix the function conflict in x86emu when DEBUG is on The function parse_line() in common/main.c was exposed globally by commit 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG. This patch fix this by renaming the function in the debug.c file. Signed-off-by: Jason Jin <Jason.jin@freescale.com>