home *** CD-ROM | disk | FTP | other *** search
- > do that and it works) and I changed dev/ite.c to do the insid-margin =
- > 1 thing, also I changed dev/grf_ccreg.h to get the screen height
- > right
-
- Tsk.. this "fix" is wrong, really..
-
- > during making I also got an error saying something about 2 files in
- > /usr/include/sparc/dev/ not found. I tried this with changing sparc to
-
- Huh? Oh.. seen.. event.c.. I didn't convert that file, obviously.
- Just change all the includes from <xxxx/file.h> into "file.h", and
- things should work fine.
-
- > Is it possible that it has something to do with the assembler I'm
- > using?
- > I'm using gas2.2(latest version)?
-
- Yep, that's most certainly the culprit. It's the question whether
- jmp pc@(foo-.+2)
- or
- jmp pc@(foo-.)
- is the right thing.. Check out locore.s, and remove the +2 from
- any such constructs. I still believe it's correct to add 2 here.
-
- -Markus
- --
- CHUUG/EUnet Switzerland Markus Wild
- Zweierstrasse 35 Tel: +41 1 291 45 80 mw@eunet.ch
- CH-8004 Zuerich Fax: +41 1 291 46 42 S=mw;P=EUnet;A=EUnet;C=CH
-
-