mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix SHARED macros in the non-_MAINOBJECT case. The patch I sent earlier
(which was committed) was unfortunately generated from the wrong tree. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@531 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
82ea8a8b1e
commit
acf36c417f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
ret (*func)(args) attr= stage0_##func
|
||||
#else
|
||||
#define EXTERN(func, ret, attr, args...) \
|
||||
ret *func(args) attr
|
||||
extern ret (*func)(args) attr
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue