debug: removed noreturn attribute for panic calls

noreturn attribute was causing loss of stack information
during panic. This change allows getting more information
regarding a panic without having to reproduce it in a debug
environment.

Change-Id: I64e058effeef5394dcf6dc5213a2572fe11a54e1
2 files changed