commit | d3e4367529dc892b861c4dfb4f93f639e7ff3f05 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon May 28 11:37:53 2012 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon May 28 23:21:43 2012 -0400 |
tree | fe2b8ab9bda2b5734c9454294f53e0ddae6341e6 | |
parent | 94c749c34b8783ddfbd1718c837a627b69ba30ed [diff] |
Don't restrict VISIBLEx C functions to only x mode. Since SeaBIOS has been updated to use "_cfuncx_" prefixes when calling cross-mode C functions, there is no reason to restrict an exported C function to only the given mode. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>