many modyfications in search for more speed
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
#include "data.h"
|
||||
|
||||
switchseg( seg)
|
||||
swtchsg( seg)
|
||||
int seg;
|
||||
|
||||
/* The EM definition demands that pseudo instructions are aligned
|
||||
* at word boundaries.
|
||||
*/
|
||||
{
|
||||
if ( seg == cur_seg)
|
||||
return;
|
||||
cur_seg = seg;
|
||||
align_word();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user