]> Git Repo - qemu.git/commit - target/i386/arch_memory_mapping.c
target-i386: Fix compiler warning (integer constant is too large)
authorStefan Weil <[email protected]>
Sun, 29 Sep 2013 15:55:56 +0000 (17:55 +0200)
committerMichael Tokarev <[email protected]>
Wed, 2 Oct 2013 18:55:28 +0000 (22:55 +0400)
commit00fdef658675ac2d019005769c426c275bceec6f
tree4e41c1fd0cca6ff4452834673a56701e773ae029
parent3a6f2703268c99f2f2f0a93f2fbacec7b039fd36
target-i386: Fix compiler warning (integer constant is too large)

From buildbot default_i386_rhel61:

  CC    i386-softmmu/target-i386/arch_memory_mapping.o
target-i386/arch_memory_mapping.c: In function 'walk_pde':
target-i386/arch_memory_mapping.c:110: warning:
 integer constant is too large for 'long' type

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target-i386/arch_memory_mapping.c
This page took 0.024612 seconds and 4 git commands to generate.