Change the function argument from signed to unsigned and see it printf handles prints the values correctly. I.E.static void print_packet(unsigned char *s, int len) ...-joe
On 2/25/06, Umamaheswararao Karyampudi <[EMAIL PROTECTED]> wrote:
Hi,I am using QEMU in one of my research projects. Ilanded in
Hello All,
this patch inlines MIPS mtc0 instruction emulation into the TB
(except for the exception/interrupt handling).
Thiemo
Index: qemu-work/target-mips/exec.h
===
--- qemu-work.orig/target-mips/exec.h 2006-02-19 16:25:20.00
Il giorno sab, 25/02/2006 alle 10.29 -0800, Umamaheswararao Karyampudi
ha scritto:
> In ne2000_receive(), I copied the packet received to a
> static char [] and printed the packet using
> static void print_packet(char *s, int len)
> {
> int i,j;
> for (i=0;i if (i%20 == 0)
> pr
Thanks & Regards,
Nitin
--
Open Source Technology Center, Intel Corp
-Original Message-
From: [EMAIL PROTECTED] on behalf of Kamble, Nitin A
Sent: Fri 2/24/2006 4:10 PM
To: [EMAIL PROTECTED]
Cc: Ian Pratt
Subject: [Xen-devel] [PATCH] Fox