Make the read vector __fastcall__
git-svn-id: svn://svn.cc65.org/cc65/trunk@1712 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -61,7 +61,7 @@ struct mod_ctrl {
|
|||||||
* NOTE: read() is designed so that the POSIX read() routine can be used
|
* NOTE: read() is designed so that the POSIX read() routine can be used
|
||||||
* for this vector, if you're loading from disk.
|
* for this vector, if you're loading from disk.
|
||||||
*/
|
*/
|
||||||
int (*read) (int callerdata, void* buffer, unsigned count);
|
int __fastcall__ (*read) (int callerdata, void* buffer, unsigned count);
|
||||||
int callerdata;
|
int callerdata;
|
||||||
|
|
||||||
/* Parameters set by the loader routine */
|
/* Parameters set by the loader routine */
|
||||||
|
|||||||
Reference in New Issue
Block a user