tcg-hppa: Don't try to calls to non-constant addresses.
commit3e1f46eaa4a4050f18dad5646ca79a774105c296
authorRichard Henderson <rth@twiddle.net>
Wed, 7 Apr 2010 23:24:35 +0000 (8 01:24 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 8 Apr 2010 09:57:16 +0000 (8 11:57 +0200)
tree7bbfad38d3040e3189635a020fc44bb9c838fa0b
parent91493631feb2d988bcfe9f837ffc1e04823d02cd
tcg-hppa: Don't try to calls to non-constant addresses.

PA-RISC uses procedure descriptors.  We'd need to emit a call to
the millicode routine $$dyncall.  However, this situation doesn't
actually arise, since we always have the descriptor available at
TCG code generation time.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/hppa/tcg-target.c