target/ppc: turned SPR R/W callbacks not static
commita829cec3a3d2bee08cd231cfdf58e42e9b553b39
authorBruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Fri, 7 May 2021 11:55:12 +0000 (7 08:55 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (19 10:30 +1000)
tree46a9881f0a90ac182c20ba04ebe26acb06a2b958
parent03282a3ab8db1fd57793d7e910e3e06d24faab00
target/ppc: turned SPR R/W callbacks not static

To be able to compile translate_init.c.inc as a standalone file,
we have to make the callbacks accessible outside of translate.c;
This patch does exactly that

Signed-off-by: Bruno Larsen (billionai) <bruno.larsen@eldorado.org.br>
Message-Id: <20210507115512.11376-1-bruno.larsen@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/spr_tcg.h [new file with mode: 0644]
target/ppc/translate.c