qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] TCGv_i64 type?


From: Jun Koi
Subject: [Qemu-devel] TCGv_i64 type?
Date: Mon, 14 Dec 2009 11:00:54 +0900

Hi,

I found that in tcg/tcg.h, we have following definitions:

typedef int TCGv_i32;
typedef int TCGv_i64;


Is that correct? Why do we have the same definition for 64bit and 32
bit types? Doesnt TCGv_i64 suppose to be 64 bit?

Thanks,
Jun




reply via email to

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