Skip to content

Commit

Permalink
#0: assert calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-TT committed Nov 26, 2024
1 parent ab078da commit 2803435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_metal/hw/firmware/src/ncrisck.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void kernel_launch(uint32_t kernel_base_addr) {
uint32_t x = kernel_base_addr + (uint32_t)__kernel_init_local_l1_base - (uint32_t)__fw_export_end_text;
do_crt1((uint32_t tt_l1_ptr*)x);
extern uint32_t __kernel_data_lma[];
extern "C" void exit(int);
if ((uint32_t)&__kernel_data_lma != x)
exit(1);

Expand Down

0 comments on commit 2803435

Please sign in to comment.