tcg: Allow the debug_frame data structure to be constant
authorRichard Henderson <rth@twiddle.net>
Thu, 15 May 2014 19:48:01 +0000 (12:48 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 28 May 2014 16:33:55 +0000 (09:33 -0700)
commit2c90784abf347a68db4b8638495aaf9682f33b48
tree74e346cbf09cdfb1ad83ac16532536173fef7393
parent011209e19f0a4723e3dbca0aa68d2917b7938315
tcg: Allow the debug_frame data structure to be constant

Adjust the FDE to point to the code_buffer after we've copied it
to the image, rather than requiring that the backend set it prior.
This allows the backend to use read-only storage for its data.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.c