runtime: don't crash if panicstring called with no m

It's possible for runtime_panicstring to be called with no m if a
signal handler, or scheduler innards, do something wrong.  If that
happens carry on with the panic rather than crashing.

Change-Id: I8ad04f1f9d7655b4a4e9a983f439f2cc3ac6b269
Reviewed-on: https://go-review.googlesource.com/41137
Reviewed-by: Than McIntosh <thanm@google.com>
1 file changed