freedreno/regs: Include assert.h in generated headers
Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21931>
This commit is contained in:
committed by
Marge Bot
parent
7e833713d8
commit
3db70be04b
@@ -645,6 +645,10 @@ def main():
|
||||
|
||||
print("#ifndef %s\n#define %s\n" % (guard, guard))
|
||||
|
||||
print()
|
||||
print("#include <assert.h>")
|
||||
print()
|
||||
|
||||
try:
|
||||
p.parse(rnn_path, xml_file)
|
||||
except Error as e:
|
||||
|
||||
Reference in New Issue
Block a user