diff options
author | John van Groningen | 2010-12-01 16:38:47 +0000 |
---|---|---|
committer | John van Groningen | 2010-12-01 16:38:47 +0000 |
commit | 05b36d6d8cd72ef6a148590dc64418c449917ef3 (patch) | |
tree | d0b4f4c8fffcd1afe7cb5f28f5dab41459931d51 | |
parent | add prototype for i_fmoves_fr_id (diff) |
change scope of function i_fmoves_fr_id from static to extern
-rw-r--r-- | cglin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -636,7 +636,7 @@ static void i_fmovel_fr_r (int register_1,int register_2) } #ifdef I486 -static void i_fmoves_fr_id (int register_1,int offset,int register_2) +void i_fmoves_fr_id (int register_1,int offset,int register_2) { struct instruction *instruction; |