mirror of https://gitee.com/openkylin/qemu.git
Fix incorrect return type.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1802 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e3f4e2a4b0
commit
07435f7462
|
@ -283,7 +283,7 @@ static CPUWriteMemoryFunc *lance_mem_write[3] = {
|
|||
|
||||
#define MIN_BUF_SIZE 60
|
||||
|
||||
static void lance_can_receive(void *opaque)
|
||||
static int lance_can_receive(void *opaque)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue