No longer ask people to contact us for no-CONFIG_JUMP_LABEL support

This commit is contained in:
Solar Designer 2020-07-08 16:36:28 +02:00
parent ccd71872c5
commit cfe3bf406e

View file

@ -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)