Alexander Graf
3108d4f03c
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 >
2015-01-12 15:25:54 +01:00
..
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-10-06 21:52:45 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2014-08-22 15:06:35 +03:00
2015-01-12 15:22:11 +01:00
2014-11-11 08:12:45 +02:00
2008-12-13 09:32:43 +00:00
2007-10-14 16:27:31 +00:00
2014-01-10 08:51:37 +02:00
2015-01-12 15:22:10 +01:00
2015-01-12 15:22:10 +01:00
2015-01-12 15:25:53 +01:00
2015-01-12 15:25:53 +01:00
2014-03-13 19:20:47 +01:00
2014-03-13 19:52:28 +01:00
2015-01-12 15:22:10 +01:00
2015-01-12 15:22:11 +01:00
2015-01-12 15:25:53 +01:00
2015-01-12 15:25:54 +01:00
2015-01-12 15:22:10 +01:00
2014-06-29 14:19:59 +03:00
2013-04-05 14:40:54 +02:00
2014-08-22 15:06:34 +03:00
2015-01-12 15:25:53 +01:00
2015-01-12 15:22:10 +01:00
2015-01-12 15:25:53 +01:00
2015-01-12 15:25:54 +01:00
2011-02-09 10:33:54 +02:00
2009-07-01 18:24:44 +00:00
2014-06-17 09:21:40 +03:00
2014-05-02 21:59:36 +03:00
2014-03-13 19:20:47 +01:00