commit | 87fb5811e631e79c24adab1f62bee01987cf1606 | [log] [tgz] |
---|---|---|
author | Andreas Färber <afaerber@suse.de> | Wed Jan 23 12:01:00 2013 +0100 |
committer | Andreas Färber <afaerber@suse.de> | Mon Jan 28 16:57:56 2013 +0100 |
tree | 9e252a883adb98d4a451ee23446d20317183eddc | |
parent | a1ebd6ce3396954185bda6e94ada60c583f6cbea [diff] |
target-unicore32: Use type_register() instead of type_register_static() According to its documentation, type_register_static()'s TypeInfo argument should exist for the life type of the type. Therefore use type_register() when registering the list of CPU subtypes. No functional change with the current implementation. Cf. 918fd0839eeafc83bd4984364321a947d29041fe for arm. Signed-off-by: Andreas Färber <afaerber@suse.de>