mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Added `mips' command.
This commit is contained in:
parent
a096560567
commit
45c18993b7
@ -12,6 +12,14 @@ end
|
||||
# machine-description files.
|
||||
set $data_seg_bits = 0
|
||||
|
||||
define mips
|
||||
set $data_seg_bits = 0x10000000
|
||||
end
|
||||
document mips
|
||||
Set up the xfoo macros to deal with the MIPS processor.
|
||||
Specifically, this sets $data_seg_bits to the right thing.
|
||||
end
|
||||
|
||||
define xtype
|
||||
output (enum Lisp_Type) (($ >> 24) & 0x7f)
|
||||
echo \n
|
||||
|
Loading…
Reference in New Issue
Block a user