commit | bfcedc572bb77f3d21cd3a297b4215389a2f7df4 | [log] [tgz] |
---|---|---|
author | Riku Voipio <riku.voipio@iki.fi> | Mon Jun 20 16:24:39 2011 +0300 |
committer | Riku Voipio <riku.voipio@iki.fi> | Tue Jun 21 20:30:10 2011 +0300 |
tree | 881c5f0a391bb77df1e3758ccb9d75aeed7286da | |
parent | c7b016ba04aa0ba71e068deb24163fb8b4dcd421 [diff] |
linux-user: Fix sync_file_range on 32bit mips As noticed while looking at "Bump do_syscall() up to 8 syscall arguments" patch, sync_file_range uses a pad argument on 32bit mips. Deal with it by reading the correct arguments when on mips. Signed-off-by: Riku Voipio <riku.voipio@iki.fi>