unicorn/qemu/scripts
Philippe Mathieu-Daudé c68800aa29 decodetree: Use Python3 floor division operator
This script started using Python2, where the 'classic' division
operator returns the floor result. In commit 3d004a371 we started
to use Python3, where the division operator returns the float
result ('true division').
To keep the same behavior, use the 'floor division' operator "//"
which returns the floor result.

Fixes: 3d004a371

Backports commit b412378785c1bd95e3461c1373dd8938bc54fb4e from qemu
2020-04-30 07:16:30 -04:00
..
qapi
create_config
decodetree.py decodetree: Use Python3 floor division operator 2020-04-30 07:16:30 -04:00
make_device_config.sh
ordereddict.py
qapi-gen.py