qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] alpha-softmmu target doesn't compile due to missing argumen


From: Ismail Dönmez
Subject: [Qemu-devel] alpha-softmmu target doesn't compile due to missing argument to call_pal
Date: Wed, 9 Jan 2008 19:26:07 +0200
User-agent: KMail/1.9.6 (enterprise 0.20071204.744707)

Hi all,

target-alpha/helper.c line 401 does :

call_pal(env);

But this functions' signature is : 

void call_pal (CPUState *env, int palcode);

so this doesn't compile. I am not sure whats the right fix is. Any ideas?

Regards,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]