gcc/libgcc/config/e2k/crtalign.S

16 lines
247 B
ArmAsm
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef __e2k__
#error Поддерживается только e2k
#endif
.section ".init", "ax", @progbits
/*
* Установка флага запрета невыровненных обращений
*/
rrs %upsr, %r0
ors %r0, (1<<2), %r0
{
rws %r0, %upsr
nop 4
}