forked from Imagelibrary/rtems
swapped order of operands on a movw to fix LOAD_SEGMENTS macro
This commit is contained in:
@@ -48,7 +48,7 @@ BEGIN_CODE
|
||||
|
||||
#define LOAD_SEGMENTS(_value,_segment) \
|
||||
movw $ ## _value, ax ; \
|
||||
movw _segment, ax
|
||||
movw ax, _segment
|
||||
|
||||
EXTERN (establish_stack)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user