mirror of
https://github.com/openwall/lkrg.git
synced 2023-12-13 21:30:29 +01:00
No longer ask people to contact us for no-CONFIG_JUMP_LABEL support
This commit is contained in:
parent
ccd71872c5
commit
cfe3bf406e
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ extern p_ro_page p_ro;
|
|||
#endif
|
||||
|
||||
#if !defined(CONFIG_JUMP_LABEL)
|
||||
#error "LKRG currently requires CONFIG_JUMP_LABEL, but this might change. If you hit this problem please contact LKRG developers."
|
||||
#error "LKRG requires CONFIG_JUMP_LABEL"
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_STACKTRACE)
|
||||
|
|
Loading…
Reference in a new issue