On 10/31/22 02:45, Peter Maydell wrote:
+/* We only support generating code for 64-bit mode. */ +#ifndef __arch64__ +#error "unsupported code generation mode"We might as well be more specific: "no support for generating code for 32-bit SPARC" (though I guess that configure ought in theory to prevent us getting here in that situation ?)
Yes, after patch 2 configure should prevent it. r~