PC Berza Forum : Ver. 2.35
MyDoom Da li moze neko da pronadje gresku ovde? 22.04.2010. 19:01 T26260 status: user broj poruka: 553 Posto ja ne mogu,evo da pitam malo iskusnije gde je ovde greska? #include // declared static in case exception condition would prevent // auto variable being created static enum { EXCEP_IRQ = 0, // interrupt EXCEP_AdEL = 4, // address error exception (load or ifetch) EXCEP_AdES, // address error exception (store) EXCEP_IBE, // bus error (ifetch) EXCEP_DBE, // bus error (load/store) EXCEP_Sys, // syscall EXCEP_Bp, // breakpoint EXCEP_RI, // reserved instruction EXCEP_CpU, // coprocessor unusable EXCEP_Overflow, // arithmetic overflow EXCEP_Trap, // trap (possible divide by zero) EXCEP_IS1 = 16, // implementation specfic 1 EXCEP_CEU, // CorExtend Unuseable EXCEP_C2E // coprocessor 2 } _excep_code. static unsigned int _epc_code. static unsigned int _excep_addr. // this function overrides the normal _weak_ generic handler void _general_exception_handler(void) { asm volatile(`mfc0 %0,` : `=r` (_excep_code)). asm volatile(`mfc0 %0,` : `=r` (_excep_addr)). _excep_code = (_excep_code & 0x0000007C) >> 2. while (1) { // Examine _excep_code to identify the type of exception // Examine _excep_addr to find the address that caused the exception } } Men are but flesh and blood.They know their doom, but not the hour Lifestyle!http://www.youtube.com/watch?v=1OMJ7vSgQl4&feature=related http://www.youtube.com/watch?v=gS5ZOJyN8B4 http://www.youtube.com/watch?v=HNJC2_WZg_g :: e-mail :: prijavi adminu :: citiraj :: odgovori ::
raic re 22.04.2010. 19:06 #207250 status: user broj poruka: 9006 Pa jel ti ne piše u kompajleru tačno na kojoj liniji je greška?Les certitudes rendent les hommes aveugles et fous. Elles peuvent dévorer leur coeur et les changer en bête. :: e-mail :: prijavi adminu :: citiraj :: odgovori ::
tortojed EXCEP_CEU, // CorExtend Unuseable 23.04.2010. 10:52 #207412 status: user broj poruka: 10999 treba:...`unusable` a ne `unuseable`. `Ajd, na popravni iz Anglosaxonskog. :: e-mail :: prijavi adminu :: citiraj :: odgovori ::
Broj postavljenih tema: 60366 . Broj poslatih odgovora: 647106 . Trenutno niste prijavljeni na PC Berzu i zbog toga imate status 'gosta'. Kao gost ne možete da šaljete poruke na Forum. Ako ste registrovani kao član PC Berze, prijavite se. Ako ste novi korisnik, molimo registrujte se da bi dobili mogućnost aktivnog učešća u radu Foruma.
- niste prijavljeni
- samo za čitanje
- zaključano
- nema novih poruka
- ima novih poruka
- ima novih tema