mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
arm baremetal: SVC explain where the imm16 can be retrieved
Use upper case hex literals on all PRIXnn. .gitignore /out.docker
This commit is contained in:
@@ -28,7 +28,10 @@ lkmc_start:
|
||||
|
||||
LKMC_VECTOR_TABLE
|
||||
|
||||
/* Default trap handler. */
|
||||
/* Default handler for exceptions. This is called after some basic
|
||||
* setup done on the initial handler. Since this is a weak symbol,
|
||||
* you can redefine it in your own example, and your definition
|
||||
* will take precedence. */
|
||||
LKMC_WEAK(lkmc_vector_trap_handler)
|
||||
ldr x0, =lkmc_vector_trap_handler_error_message
|
||||
bl puts
|
||||
|
||||
Reference in New Issue
Block a user