Alexander Graf
3a1a661425
linux-user: use target_ulong
...
Linux syscalls pass pointers or data length or other information of that sort
to the kernel. This is all stuff you don't want to have sign extended.
Otherwise a host 64bit variable parameter with a size parameter will extend
it to a negative number, breaking lseek for example.
Pass syscall arguments as ulong always.
Signed-off-by: Alexander Graf <agraf@suse.de >
2012-10-09 09:13:42 +02:00
..
2012-08-04 09:37:49 -07:00
2012-06-07 07:17:33 +02:00
2011-07-11 16:12:51 +03:00
2011-07-11 16:12:51 +03:00
2012-03-14 22:20:24 +01:00
2011-07-11 16:12:51 +03:00
2011-07-11 16:12:51 +03:00
2012-02-02 17:51:21 +02:00
2012-02-02 17:51:20 +02:00
2012-07-27 21:13:05 +00:00
2011-07-11 16:12:51 +03:00
2011-07-11 16:12:51 +03:00
2011-07-13 17:11:37 +03:00
2011-10-27 14:43:10 +03:00
2011-07-11 16:12:51 +03:00
2011-04-12 18:48:43 +00:00
2011-12-14 11:09:44 +00:00
2012-09-05 19:37:13 +02:00
2012-06-20 12:13:28 +00:00
2010-02-06 17:19:43 +01:00
2012-08-14 20:26:55 +01:00
2008-12-13 09:32:43 +00:00
2007-10-14 16:27:31 +00:00
2012-08-14 20:26:55 +01:00
2012-09-05 19:37:13 +02:00
2012-09-05 19:37:13 +02:00
2012-10-09 08:15:39 +02:00
2012-09-05 19:37:14 +02:00
2011-11-11 12:49:53 -06:00
2010-10-05 13:53:56 -05:00
2012-09-05 19:37:12 +02:00
2012-09-05 19:37:13 +02:00
2012-09-05 19:37:14 +02:00
2011-10-27 14:42:16 +03:00
2012-10-09 09:13:42 +02:00
2012-09-05 19:37:12 +02:00
2007-12-10 08:24:59 +00:00
2012-08-04 09:37:49 -07:00
2012-08-04 09:37:49 -07:00
2012-10-09 08:15:39 +02:00
2012-09-05 19:37:13 +02:00
2012-10-09 08:15:39 +02:00
2012-10-09 09:13:42 +02:00
2011-02-09 10:33:54 +02:00
2009-07-01 18:24:44 +00:00
2011-10-27 14:42:16 +03:00