clean the code a little by reducing amout of places where gcc decides to put ud2...
commit573bf5ee783c51b4dfe385e195233a8df2175d09
authorschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 26 Mar 2017 19:33:16 +0000 (26 19:33 +0000)
committerschulz <schulz@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 26 Mar 2017 19:33:16 +0000 (26 19:33 +0000)
tree1b91f567042a2f462de64eaaea44ab30ac89b570
parent95ca9b4ecdf81b24bdc0951c6ad6287feb8c7603
clean the code a little by reducing amout of places where gcc decides to put ud2 instruction (e.g. when a pointer is used without checking if not NULL)...

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54306 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
18 files changed:
arch/all-pc/exec/platform_init.c
arch/all-pc/kernel/kernel_scheduler.c
arch/x86_64-pc/kernel/kernel_cpu.c
rom/exec/allocmem.c
rom/exec/alloctaskstorageslot.c
rom/exec/alloctrap.c
rom/exec/childorphan.c
rom/exec/childstatus.c
rom/exec/childwait.c
rom/exec/freesignal.c
rom/exec/freetrap.c
rom/exec/getparenttaskstorageslot.c
rom/exec/gettaskstorageslot.c
rom/exec/newaddtask.c
rom/exec/savetaskstorage.c
rom/exec/setsignal.c
rom/exec/settaskstorageslot.c
rom/exec/systemalert.c