Commit afa3620e authored by Jamie McCrae's avatar Jamie McCrae Committed by Jamie
Browse files

sim: Fix wrong usage of pointer



Fixes not using a pointer as a pointer

Signed-off-by: default avatarJamie McCrae <jamie.mccrae@nordicsemi.no>
parent 09aeaeb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -279,7 +279,7 @@ int invoke_boot_go(struct sim_context *ctx, struct area_desc *adesc,
        sim_reset_flash_areas();
        sim_reset_context();
        free(state);
        /* printf("boot_go off: %d (0x%08x)\n", res, rsp.br_image_off); */
        /* printf("boot_go off: %d (0x%08x)\n", res, rsp->br_image_off); */
        return res;
    } else {
        sim_reset_flash_areas();