]> git.proxmox.com Git - qemu.git/commit - tcg/tcg-op.h
tcg: declare internal helpers as const and pure
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 14 Mar 2010 22:01:01 +0000 (23:01 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 14 Mar 2010 22:01:01 +0000 (23:01 +0100)
commitdbfff4deb5b8082d65e374950f2a6f2d88fb8fe0
treeca2d64efe1b313f439d7c9dbb5c6ead8af3a5b1e
parent39324ca488ac8f7124b3698d28bf46b90d9acd84
tcg: declare internal helpers as const and pure

TCG internal helpers only access to the values passed in arguments, and
do not modify the CPU internal state. Thus they can be declared as
const and pure.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg-op.h